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.
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 } ]}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.
List the chains the vaults are available on
Returns the chains the caller's network mode can see, each with its deployment provenance and whether the vaults are live. Clients should drive chain pickers from this list so an undeployed chain is never offered.