# DefiLlama Bridges Data

> DefiLlama Bridges Data is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.138073/call, status unknown (last checked 2026-09-14).

Fetches bridge protocol data and cross-chain transfer statistics from DefiLlama's bridges API

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/defillama-bridges
- Price: $0.138073/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defillama-bridges-data-55e57631
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zp5CtRILDtGvLN_C6DNu5

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 defillama-bridges-data-55e57631 -d '<json body>'
```

Example prompt: Pull the latest bridge protocol data from DefiLlama so I can see which cross-chain bridges are active and their transfer volumes.

## When to prefer this

Use this endpoint when you need aggregated cross-chain bridge data sourced from DefiLlama without needing to integrate directly with DefiLlama's own API — particularly useful in x402 pay-per-call agentic workflows on Base chain where you want bridge protocol statistics alongside other DeFi data from the same hub.

## Known failure modes

- DefiLlama API upstream outage returns empty or error result
- Network timeout from Vercel proxy layer
- Malformed response if DefiLlama changes their schema
- Rate limiting or payment failure via x402 protocol returns 402 error

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing bridge protocol data from DefiLlama, including bridge names, supported chains, transfer volumes, and related cross-chain statistics as tracked by the DefiLlama bridges index.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defillama-bridges-data-55e57631/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
