Skip to main content
Use these endpoints to discover what networks, tokens, and routes are available before building a quote. They are read-only and require no active intent. For authentication and base URL, see the API overview.

GetChains

List all supported networks. Endpoint: POST /GetChains No request parameters required.

Response fields

Example


GetTokenList

List supported tokens on a specific network. Endpoint: POST /GetTokenList

Request parameters

Response fields

Example


GetExactInputRoutes

Get all available destination options for a given source token and amount. Use this to show customers what they can receive given what they have. Endpoint: POST /GetExactInputRoutes

Request parameters

Example


GetExactOutputRoutes

Get all available source options for a desired destination token and amount. Use this when the customer specifies how much they want to receive. Endpoint: POST /GetExactOutputRoutes

Request parameters

Example


GetTokenPrices

Get current USD prices for one or more tokens. Endpoint: POST /GetTokenPrices

Request parameters

Example


GetExchangeRate

Get a fiat-to-fiat or fiat-to-crypto exchange rate for display and quoting purposes. Endpoint: POST /GetExchangeRate

Request parameters

Example


GetFiatCurrencyList

List all fiat currencies supported for on-ramp and off-ramp funding. Endpoint: POST /GetFiatCurrencyList No request parameters required.

Example