# BlockRun DeFiLlama Protocol TVL Detail

> BlockRun DeFiLlama Protocol TVL Detail is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-15).

Returns detailed Total Value Locked (TVL) data and breakdown for a single DeFi protocol identified by its slug.

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/defillama/protocol/lido
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-defillama-protocol-tvl-detail-f2c201b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HKxzrpU90MaYchMbHSB7_

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability blockrun-defillama-protocol-tvl-detail-f2c201b6
```

Example prompt: Can you pull the detailed TVL and chain-by-chain breakdown for Lido from DeFiLlama right now?

## When to prefer this

Use this endpoint when you need detailed TVL data and chain-level breakdowns for a specific DeFi protocol by its slug, especially when you want DeFiLlama-sourced data without managing a separate DeFiLlama API key. Prefer over direct DeFiLlama API when you want pay-per-call USDC billing with no subscription.

## Known failure modes

- Invalid or unknown protocol slug returns an error or empty result
- Protocol slug misspelling causes lookup failure
- DeFiLlama upstream data unavailability causes failure
- Network timeout if DeFiLlama source is slow to respond
- Payment failure if USDC balance is insufficient for the $0.005 per-call fee

## How this service works

Detailed TVL + breakdown for a single protocol. Pass slug as `/v1/defillama/protocol/{slug}` (e.g. `aave`, `uniswap`).

## Output

A JSON object containing the protocol's total TVL, TVL broken down by chain, historical TVL data points, and other protocol-level metrics sourced from DeFiLlama.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "query": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "properties": {
      "data": {
       "type": "object"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-defillama-protocol-tvl-detail-f2c201b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun.ai](https://www.zero.xyz/host/blockrun.ai/llms.txt)
