Chains and Tokens

Get Supported Networks

Learn how to retrieve network and token information using the Okto SDK.

Information

  • Learn about the various networks and tokens supported by Okto here.
  • Learn how to enable Networks and Tokens Supported by okto for your project here.

Methods Overview

MethodsDescription
async getSupportedNetworksGet all whitelisted networks
async getSupportedTokensGet all whitelisted tokens

Get all supported networks

async getSupportedNetworks() retrieves all the whitelisted networks on your API Key.

Parameters

There are no parameters for this function.

Response

Success Response

Field NameTypeDescription
resultFuture<NetworkDetails>Returns list of whitelisted networks

Get all supported tokens

async getSupportedTokens() retrieves all the whitelisted networks on your API Key.

Parameters

There are no parameters for this function.

Response

Success Response

Field NameTypeDescription
resultFuture<TokenResponse>Returns list of whitelisted tokens

On this page