Tokens

Tokens this platform will accept on an intent, per chain

GET/v1/tokens

Unauthenticated and free (edge rate-limited). symbol is the exact UPPERCASE string a policy's spend.token_allowlist must carry — the allowlist resolves names through this same registry and refuses one it cannot identify. stable means USD-pegged and valued 1:1, which is what makes a conversion's spend caps evaluable; a euro-pegged token reports false. Membership is not a promise that a pair is routable at a given size — POST /v1/quotes answers that live.

Parameters

  • chain_id in query, string — Limit to one chain. Omit to list every supported chain.

Responses

200Registry contents per chain

  • chains object[] (required)
  • note string (required)

400Malformed or unsupported chain_id

Example

curl -X GET https://api.cofferline.com/v1/tokens