Get Available Tokens
Query parameters
Parameter
Type
Required
Description
Example
Example
curl -X GET 'https://api.gateway.zert.com/api/v1/tokens?chainRef=eth-mainnet&limit=10' \
-H 'Authorization: Bearer YOUR_API_KEY'{
"data": {
"tokens": [
{
"chain": "eth-mainnet",
"symbol": "USDC",
"name": "USD Coin",
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"decimals": 6,
"logoUrl": "https://cdn.example.com/usdc.png"
}
],
"nextCursor": null
},
"meta": {
"requestId": "req_xyz",
"timestamp": "2026-04-23T12:00:00.000Z"
}
}Token fields
Field
Type
Description
Responses
Code
Description
Last updated


