# GGWP API Hub – DeFiLlama Bridges

> GGWP API Hub – DeFiLlama Bridges is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.138073/call, status unknown (last checked 2026-09-15).

Fetches bridge protocol data from DeFiLlama, returning information about cross-chain bridge volumes, TVL, and statistics.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/defillama-bridges
- Price: $0.138073/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-defillama-bridges-49f753e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ym3DZnLkT7z-1jX0kSD9J

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 ggwp-api-hub-defillama-bridges-49f753e8 -d '<json body>'
```

Example prompt: Can you pull the latest DeFiLlama bridge data so I can see which cross-chain bridges have the highest volume and TVL right now?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to DeFiLlama bridge data without managing a DeFiLlama API integration directly, especially in agent workflows using the x402 micropayment protocol on Base chain.

## Known failure modes

- Payment failure on Base chain if wallet balance is insufficient
- DeFiLlama upstream API downtime causing empty or error response
- Generic error response if DeFiLlama data is temporarily unavailable
- Malformed response if bridge data schema changes upstream

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing DeFiLlama bridge data, including bridge protocol names, total value locked (TVL), volume metrics, and related cross-chain statistics aggregated from DeFiLlama's bridge tracking.

## 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/ggwp-api-hub-defillama-bridges-49f753e8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
