# GetDigitalCraft DeFi Protocol Detail

> GetDigitalCraft DeFi Protocol Detail is a paid API for AI agents from x402render-u5vwpxpyua-uc.a.run.app, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Returns detailed data for a single DeFi protocol: current TVL, per-chain breakdown, category classification, and associated token

## Facts

- Endpoint: GET https://x402render-u5vwpxpyua-uc.a.run.app/defi-protocol
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getdigitalcraft-defi-protocol-detail-a66e0828
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wEZqyHuOSnzsa-x2ASAXB

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 getdigitalcraft-defi-protocol-detail-a66e0828
```

Example prompt: Pull up the full DeFi protocol detail for Aave — I need the current TVL, how it breaks down by chain, what category it's in, and its associated token.

## When to prefer this

Use this endpoint when you need comprehensive detail on a single specific DeFi protocol — particularly TVL with per-chain granularity, category labeling, and token association — rather than a ranked list or aggregate view. Prefer this over the list/ranking endpoint when you already know the protocol name and need depth rather than breadth.

## Known failure modes

- Unknown or misspelled protocol name returns an error or empty result
- Protocol recently delisted or deprecated may return stale or no data
- Transient upstream data provider outage may cause 500 or timeout
- Rate limiting or payment failure at the x402 layer returns 402 or 429

## How this service works

One DeFi protocol in detail: current TVL, per-chain breakdown, category and token

## Output

A structured object containing the DeFi protocol's current total TVL in USD, a breakdown of TVL allocated per blockchain, the protocol's category (e.g. lending, DEX, liquid staking), and the protocol's associated governance or utility token symbol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/getdigitalcraft-defi-protocol-detail-a66e0828/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402render-u5vwpxpyua-uc.a.run.app](https://www.zero.xyz/host/x402render-u5vwpxpyua-uc.a.run.app/llms.txt)
