# DeFi Protocol Detail Lookup

> DeFi Protocol Detail Lookup is a paid API for AI agents from stablecrypto.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches detailed data for a specific DeFi protocol by its slug, including TVL, metrics, and protocol information via DefiLlama

## Facts

- Endpoint: POST https://stablecrypto.dev/api/defillama/protocol
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-protocol-detail-lookup-5db323d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9F12LI4_DFP0VOZix7SFC

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 defi-protocol-detail-lookup-5db323d2 -d '<json body>'
```

Example prompt: Can you pull up the detailed protocol data for Aave from DefiLlama — I want to see its TVL, chain breakdown, and any other metrics available?

## When to prefer this

Use this endpoint when you need in-depth data for a single specific DeFi protocol — including historical TVL, chain breakdowns, and token details — rather than a high-level list of all protocols. Prefer this over the Protocols list endpoint when you already know the protocol name and need granular detail.

## Known failure modes

- Unknown or misspelled protocol slug returns empty or error response
- Protocol exists but has been delisted or renamed on DefiLlama
- Network timeout or upstream DefiLlama API unavailability
- Payment failure via x402 micropayment protocol

## How this service works

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

## Output

A detailed JSON object containing protocol-level data from DefiLlama, typically including TVL over time, chain-level breakdowns, token information, protocol description, category, audits, and other metadata specific to the queried protocol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string",
   "description": "Protocol slug (e.g. \"aave\")"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-protocol-detail-lookup-5db323d2/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)
