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/integrators/{integratorId}{
"integratorId": "fee-demo",
"feeBalances": [
{
"chainId": 137,
"tokenBalances": [
{
"token": {
"address": "0x0000000000000000000000000000000000000000",
"symbol": "MATIC",
"decimals": 18,
"chainId": 137,
"name": "MATIC",
"coinKey": "MATIC",
"priceUSD": "0.742896",
"logoURI": "https://static.debank.com/image/matic_token/logo_url/matic/6f5a6b6f0732a7a235131bd7804d357c.png"
},
"amount": 0,
"amountUsd": 0
}
]
}
]
}This endpoint can be used to request all integrator’s collected fees data by tokens for all supported chains.
The endpoint returns an Integrator object which contains the integrator id and an array of fee balances for all supported chains.
curl --request GET \
--url https://li.quest/v1/integrators/{integratorId}{
"integratorId": "fee-demo",
"feeBalances": [
{
"chainId": 137,
"tokenBalances": [
{
"token": {
"address": "0x0000000000000000000000000000000000000000",
"symbol": "MATIC",
"decimals": 18,
"chainId": 137,
"name": "MATIC",
"coinKey": "MATIC",
"priceUSD": "0.742896",
"logoURI": "https://static.debank.com/image/matic_token/logo_url/matic/6f5a6b6f0732a7a235131bd7804d357c.png"
},
"amount": 0,
"amountUsd": 0
}
]
}
]
}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.
Id of the integrator that requests fee balances