ApiToll DeFi TVL Lookup is a paid API for AI agents from crypto.apitoll.cloud, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Returns real-time Total Value Locked (TVL) data for a specific blockchain chain or DeFi protocol, sourced from DefiLlama, paid per call via x402.
DeFi Total Value Locked (TVL) by blockchain or by protocol. Default returns the top chains ranked by TVL in USD; pass ?chain=Ethereum for one chain, or ?protocol=aave-v3 for a protocol's current TVL, 24h and 7d change, category, market cap, and the chains it spans. Track capital flows across DeFi. Sourced from DefiLlama.
A JSON object containing the mode ('chain' or 'protocol'), the chain details (name, TVL in USD, chain ID, token symbol), and the data source (DefiLlama). For protocol queries, returns protocol-level TVL. For chain ranking queries, returns top-N chains ordered by TVL.
GEThttps://crypto.apitoll.cloud/v1/crypto/tvlUse this endpoint when you need real-time TVL data for a specific blockchain chain or DeFi protocol without a subscription or API key, and you want to pay only per call via USDC on Base or Solana. Prefer this over direct DefiLlama API when you need micropayment-gated, agent-native access. Ideal for agents that need on-demand TVL snapshots rather than continuous streaming.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"chain": "ethereum",
"limit": 20
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"mode": "chain",
"chain": {
"name": "Ethereum",
"tvlUsd": 39480729064,
"chainId": 1,
"tokenSymbol": "ETH"
},
"source": {
"url": "https://defillama.com/chains",
"name": "DefiLlama"
}
}{
"type": "json",
"example": {
"mode": "chain",
"chain": {
"name": "Ethereum",
"tvlUsd": 38600000000,
"chainId": 1,
"tokenSymbol": "ETH"
},
"source": {
"name": "DefiLlama"
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"