API ReferenceReference
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.
curl -X GET "https://example.com/api/vaults/chains"{ "mode": "testnet", "chains": [ { "chainId": 0, "network": "mainnet", "fleetLive": true } ]}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.
Read an LP's cross-chain fronting exclusions on a chain
The LP's own per-pair and per-destination-chain refusals. An LP who has expressed nothing is permitted everywhere, because cross-chain fronting is already live and an absent preference must not silently revoke it. Wallet-bound: an LP only ever sees their own answer.