简体中文
cURL
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 可用的所有桥接器和交易所的信息,包括其功能和支持的链。
Authentication header, contact support if you want to get registered.
The ids of the chains that should be taken into consideration.
["pol", "eth"]
Object listing all the currently enabled bridges and exchanges.
显示 子属性