Skip to main content
Rialto provides three token-discovery endpoints for integrators:

Whitelisted tokens

Auth: public. The endpoint supports the all and strict scopes. Use the scope configured for your integration.
Example response:

Token fields

Search for one token

Use the search endpoint when you need to check a specific token without loading the full supported-token universe:
Cache search results by chain and lowercase token address. This makes the lookup an on-demand operation on the first request for an address, rather than an API call before every quote. Refresh the cached result after an unexpected quote rejection, even if its normal cache duration has not elapsed.

Full supported-token universe

Use the full snapshot when a shared service wants to maintain a local set of all supported addresses:
The response is gzip-compressed. Keep one shared cache per chain instead of downloading and parsing the full universe for every request or worker. See Complete Supported Tokens Universe for snapshot refresh and caching guidance.

Using tokens in quotes

GET /quote accepts canonical 0x-prefixed token addresses only. Pass the address returned by a token endpoint. Symbols such as WETH or USDG are not accepted because symbols are not unique.