Get supported tokens for chain
Retrieves all supported tokens available on the specified blockchain network
Path parameters
Blockchain network to get tokens for
Response
Supported tokens retrieved successfully
Example response
[
{
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"symbol": "USDC",
"decimals": 6,
"name": "USD Coin"
}
]Changes
Changed in 4 of the 9 revisions of this API.14
- ○
added the new enum value
SOLANA_MAINNETto thepathrequest parameterchainrequest-parameter-enum-value-added
- ○
added the new enum value
SOLANA_TESTNETto thepathrequest parameterchainrequest-parameter-enum-value-added
- ○
added the new enum value
TRON_MAINNETto thepathrequest parameterchainrequest-parameter-enum-value-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new enum value
HYPEREVM_MAINNETto thepathrequest parameterchainrequest-parameter-enum-value-added
- ○
added the new enum value
LISK_MAINNETto thepathrequest parameterchainrequest-parameter-enum-value-added
- ○
added the new enum value
MONAD_MAINNETto thepathrequest parameterchainrequest-parameter-enum-value-added
- ○
added the new enum value
MONAD_TESTNETto thepathrequest parameterchainrequest-parameter-enum-value-added
- ○
added the new enum value
OPTIMISM_MAINNETto thepathrequest parameterchainrequest-parameter-enum-value-added
- ○
added the new enum value
OPTIMISM_TESTNETto thepathrequest parameterchainrequest-parameter-enum-value-added
- ○
added the new enum value
POLYGON_MAINNETto thepathrequest parameterchainrequest-parameter-enum-value-added
- ○
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○