New: LI.FI's API for Agentic Commerce is live — MCP Server, Agent Skills, and AI-first docs. Learn more
curl --request GET \
--url https://li.quest/v1/tokens{
"1": [
{
"address": "0x8f3cf7ad23cd3cadbd9735aff958023239c6a063",
"symbol": "DAI",
"decimals": 18,
"chainId": 137,
"name": "(PoS) Dai Stablecoin",
"coinKey": "DAI",
"priceUSD": "1",
"logoURI": "https://static.debank.com/image/matic_token/logo_url/0x8f3cf7ad23cd3cadbd9735aff958023239c6a063/549c4205dbb199f1b8b03af783f35e71.png"
}
]
}Retrieve LI.FI’s catalog of supported tokens, optionally filtered by chain or tag.
curl --request GET \
--url https://li.quest/v1/tokens{
"1": [
{
"address": "0x8f3cf7ad23cd3cadbd9735aff958023239c6a063",
"symbol": "DAI",
"decimals": 18,
"chainId": 137,
"name": "(PoS) Dai Stablecoin",
"coinKey": "DAI",
"priceUSD": "1",
"logoURI": "https://static.debank.com/image/matic_token/logo_url/0x8f3cf7ad23cd3cadbd9735aff958023239c6a063/549c4205dbb199f1b8b03af783f35e71.png"
}
]
}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.
chains query parameter to a comma-separated list of chain identifiers (for example, ETH,ARB,OP). Only tokens live on those networks are returned.
tags query parameter to restrict results to tokens with specific LI.FI tags. Currently stablecoin is the only public tag.
curl "https://li.quest/v1/tokens"
curl "https://li.quest/v1/tokens?tags=stablecoin"
curl "https://li.quest/v1/tokens?chains=ARB&tags=stablecoin"
Authentication header, register in the LI.FI Partner Portal (https://portal.li.fi/ ) to get your API Key.
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.
The requested tokens
Show child attributes