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/tools{
"exchanges": [
{
"key": "<string>",
"name": "0x",
"logoURI": "https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/exchanges/zerox.svg",
"supportedChains": [
"1",
"137",
"56"
]
}
],
"bridges": [
{
"key": "<string>",
"name": "Connext",
"logoURI": "https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/bridges/relay.svg",
"supportedChains": [
{
"fromChainId": 137,
"toChainId": 1
}
]
}
]
}This endpoint can be used to get information about the bridges and exchanges available trough our service
curl --request GET \
--url https://li.quest/v1/tools{
"exchanges": [
{
"key": "<string>",
"name": "0x",
"logoURI": "https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/exchanges/zerox.svg",
"supportedChains": [
"1",
"137",
"56"
]
}
],
"bridges": [
{
"key": "<string>",
"name": "Connext",
"logoURI": "https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/bridges/relay.svg",
"supportedChains": [
{
"fromChainId": 137,
"toChainId": 1
}
]
}
]
}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.
Authentication header, register in the LI.FI Partner Portal (https://portal.li.fi/ ) to get your API Key.
The ids of the chains that should be taken into consideration.
["pol", "eth"]