v1
latestOpenAPI 3.0.32026-07-2659172194.6 KBtokens
List ERC20 tokens
List ERC20 tokens
get/v1/chains/{chain_name}/tokens
Path parameters
chain_namestring required
The name of chain
Example:imtbl-zkevm-testnet
The name of chain
Query parameters
from_updated_atstring date-time
Example:2022-08-16T17:43:26.991388Z
Datetime to use as the oldest updated timestamp
verification_statusAssetVerificationStatus[]
List of verification status to filter by
is_canonicalboolean
[Experimental - Canonical token data may be updated] Filter by canonical or non-canonical tokens.
page_cursorstring
Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
Example:ewogICJ0eXBlIjogInByZXYiLAogICJpdGVtIjogewogICAgImlkIjogNjI3NTEzMCwKICAgICJjcmVhdGVkX2F0IjogIjIwMjItMDktMTNUMTc6MDQ6MTIuMDI0MTI2WiIKICB9Cn0=
Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
page_sizeinteger
Maximum number of items to return
Example:10
Maximum number of items to return
Response
OK
Example response
{
"result": [
{
"chain": {
"id": "eip155:13372",
"name": "imtbl-zkevm-testnet"
},
"contract_address": "0xc344c05eef8876e517072f879dae8905aa2b956b",
"root_contract_address": "0x43e60b30d5bec48c0f5890e3d1e9f1b1296bb4aa",
"root_chain_id": "eip155:1",
"bridge_used": "axelar",
"symbol": "AAA",
"decimals": 18,
"image_url": "https://some-url",
"name": "Token A",
"updated_at": "2022-08-16T17:43:26.991388Z",
"is_canonical": true
}
],
"page": {
"previous_cursor": "ewogICJ0eXBlIjogInByZXYiLAogICJpdGVtIjogewogICAgImlkIjogNjI3NTEzMCwKICAgICJjcmVhdGVkX2F0IjogIjIwMjItMDktMTNUMTc6MDQ6MTIuMDI0MTI2WiIKICB9Cn0=",
"next_cursor": "ewogICJ0eXBlIjogInByZXYiLAogICJpdGVtIjogewogICAgImlkIjogNjI3NTEzMCwKICAgICJjcmVhdGVkX2F0IjogIjIwMjItMDktMTNUMTc6MDQ6MTIuMDI0MTI2WiIKICN9Cn0="
}
}