Aqua0
API ReferenceReference

List supported tokens

Returns the tokens visible across the marketplace, with results cached. Filter with `chainId`, or with `chain` as a slug alias, where a slug that names no supported chain returns no tokens.

GET
/api/tokens

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/tokens"
{  "tokens": [    {      "id": "string",      "address": "string",      "chain": "string",      "chainId": 0,      "symbol": "string",      "name": "string",      "decimals": 0,      "logoUrl": "string",      "isStablecoin": true,      "isNativeWrapper": true,      "priceUsd": 0,      "priceSource": "string",      "priceIsFallback": true,      "priceUpdatedAt": "string"    }  ]}