ToolAssay

Call CoinGecko market data through our metered gateway

Call CoinGecko market data through our metered gateway: our rate-limit budget and a 30s cache absorb your polling, so your loop never sees a 429. Inputs: path (upstream path, e.g. /ping) and q (raw query string). Returns the upstream JSON under 'data'.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
928 msmedian answer time
$0.002listed price per call
$0.002price 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/gw/coingecko

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

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.002 928 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "path": "/ping",
    "q": ""
  },
  "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": {
            "path": {
              "type": "string"
            },
            "q": {
              "type": "string"
            }
          },
          "required": [
            "path",
            "q"
          ],
          "type": "object"
        }
      },
      "required": [
        "method"
      ],
      "type": "object"
    }
  }
}

This page as JSON