Fetch all known tokens
Tokens
Fetch all known tokens
Retrieve LI.FI’s catalog of supported tokens, optionally filtered by chain or tag.
GET
Fetch all known tokens
Use this endpoint to list tokens that LI.FI currently supports. Combine filters to narrow the response to specific chains, token tags, or both.Documentation Index
Fetch the complete documentation index at: https://docs.li.fi/llms.txt
Use this file to discover all available pages before exploring further.
Filter tokens
Chain filter
Set thechains query parameter to a comma-separated list of chain identifiers (for example, ETH,ARB,OP). Only tokens live on those networks are returned.
Tag filter
Use thetags query parameter to restrict results to tokens with specific LI.FI tags. Currently stablecoin is the only public tag.
Tags and chains can be combined. The response includes only tokens that satisfy all provided filters.
Examples
Fetch the complete token catalog
Fetch all stablecoins
Fetch Arbitrum stablecoins
More tags may be introduced over time as we add support for more token types.
Headers
Authentication header, register in the LI.FI Partner Portal (https://portal.li.fi/ ) to get your API Key.
Query Parameters
Restrict the resulting tokens to the given chains
Restrict the resulting tokens to the given token tags (comma separated)
Restrict the resulting tokens to the given chainTypes.
Filters results by minimum token price in USD. Minimum value for this parameter is 0. Defaults to 0.0001 USD.
Response
200 - application/json
The requested tokens

