ToolAssay

Every DefiLlama protocol with current TVL, filtered server-side (the raw index i

Every DefiLlama protocol with current TVL, filtered server-side (the raw index is 8.5MB). Query: chain, category (Lending, Dexes, ...), min_tvl (USD), sort (tvl|change_1d|change_7d), limit (1-100). Each: name, slug, chain, category, tvl_usd, change_1d, change_7d, mcap. Use the slug with /llama/tvl for a live single-number poll.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
949 msmedian answer time
$0.008listed price per call
$0.008price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402.shizu.me/llama/protocols

CategoryEverything else
Provider hostx402.shizu.me
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.008 949 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "category": "Lending",
    "limit": "20",
    "sort": "tvl"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "const": "GET"
        },
        "queryParams": {
          "properties": {
            "category": {
              "type": "string"
            },
            "limit": {
              "type": "string"
            },
            "sort": {
              "type": "string"
            }
          },
          "required": [
            "category",
            "sort",
            "limit"
          ],
          "type": "object"
        }
      },
      "required": [
        "method"
      ],
      "type": "object"
    }
  }
}

This page as JSON