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.
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" } ]}Get the lifecycle status of a swap
Returns a focused view of one swap's lifecycle for cheap UI polling: the settlement breakdown plus its cross-chain repayment jobs. Status is COMPLETE (settled and every repayment delivered), SETTLED_DST (settled, repayments still in flight), or UNKNOWN (not yet seen on this server).
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.