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
}
]
}
]
}此端点返回通过 LI.FI 可用的所有桥接器和交易所的信息,包括其功能和支持的链。
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"]