# BlockRun.AI DeFiLlama Protocol TVL

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

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

## Facts

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

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-ai-defillama-protocol-tvl-714904b2
```

Example prompt: Can you pull the full TVL breakdown for Morpho from DeFiLlama — I want to see how the liquidity is distributed across chains and tokens?

## When to prefer this

Use this endpoint when you need granular TVL data for a single DeFi protocol including chain-level and token-level breakdowns, sourced from DeFiLlama. Prefer this over price endpoints when the goal is understanding liquidity or protocol size rather than token valuation.

## Known failure modes

- Invalid or unknown protocol slug returns an error or empty result
- Rate limiting or payment failures due to x402 micropayment issues
- DeFiLlama upstream data unavailability causing stale or missing TVL data
- Misspelled slug (e.g. 'aave1' instead of 'aave') returns no data

## How this service works

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

## Output

Returns a detailed JSON object containing the protocol's total TVL figure along with a breakdown by chain, token, and category as provided by DeFiLlama. Includes protocol metadata such as name, description, and chain list.

## 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-ai-defillama-protocol-tvl-714904b2/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)
