GET
/
tokens
[
  {
    "symbol": "<string>",
    "contractAddress": "<string>",
    "decimals": 123,
    "baseCurrency": "<string>",
    "network": "base"
  }
]

List Supported Tokens

GET /tokens

Retrieve a list of supported tokens.

Authorizations

API-Key
string
header
required

Query Parameters

network
enum<string>

Network identifier for the blockchain

Available options:
base,
bnb-smart-chain,
lisk,
tron,
celo,
arbitrum-one,
polygon,
asset-chain

Response

200 - application/json

List of tokens

The response is of type object[].