Aqua0
API ReferenceReference

List stablecoins

Returns the /tokens list filtered to stablecoins, for swap UIs that default to stable-to-stable pairs. Takes the same `chainId` and `chain` filters as /tokens.

GET
/api/tokens/stablecoins

Authorization

ApiKeyAuth
X-API-Key<token>

In: header

Response Body

application/json

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