For the complete documentation index, see llms.txt. This page is also available as Markdown.

Discovery

Use the discovery endpoints to fetch supported chains, tokens, and tradeable pairs before requesting a quote.

The public discovery surface is:

  • GET /api/v1/chains

  • GET /api/v1/tokens

  • GET /api/v1/pairs

Use id values from /chains when building quote requests. Token and pair responses are discovery helpers for search, validation, and UI selectors.

Last updated