Core

OktoClient

OktoClient is the main class that you will use to interact with the Okto API.

Parameters

ParameterTypeDescription
environmentstringThe environment to use
clientPrivateKeystringThe client private key to use
clientSWAstringThe client's sender wallet address to use

Response

Success Response

Field NameTypeDescription
resultOktoClientReturns the OktoClient

Note

In case of errors, debug the error using the error code and refer to the SDK errors and warnings documentation for more details.

On this page