# stablecrypto.dev DeFiLlama Chain TVL

> stablecrypto.dev DeFiLlama Chain TVL is a paid API for AI agents from stablecrypto.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns Total Value Locked (TVL) data for a specified blockchain network via DeFiLlama.

## Facts

- Endpoint: POST https://stablecrypto.dev/api/defillama/chain-tvl
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablecrypto-dev-e6ba6bf7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OOp_eqzCARkYuxma-HZD6

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 stablecrypto-dev-e6ba6bf7 -d '<json body>'
```

Example prompt: What's the current total value locked on the Arbitrum network according to DeFiLlama?

## When to prefer this

Use this endpoint when you need on-chain TVL data for a specific blockchain network sourced from DeFiLlama. Prefer this over building your own DeFiLlama integration when you need a simple, metered, pay-per-call API without managing DeFiLlama rate limits directly.

## Known failure modes

- Unknown or unsupported chain name returns an error
- Network connectivity issues to DeFiLlama data source result in failure
- Malformed POST body missing the chain identifier causes a 400-level error
- DeFiLlama upstream data unavailable causes service degradation

## How this service works

Pay-per-request access to CoinGecko, DefiLlama, Alchemy, and Etherscan APIs. No auth, no subscriptions.

## Output

Returns DeFiLlama chain TVL data for the requested blockchain network, including the total value locked figure and associated chain metrics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string",
   "description": "Chain name (e.g. \"Ethereum\")"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablecrypto-dev-e6ba6bf7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablecrypto.dev](https://www.zero.xyz/host/stablecrypto.dev/llms.txt)
