mirrored listing x402 eip155:8453

ChainQuery Bitcoin Intelligence: independent Bitcoin-native on-chain data over x402, no AP

ChainQuery Bitcoin Intelligence: independent Bitcoin-native on-chain data over x402, no API key. Top 10 addresses by balance from the weekly UTXO-set snapshot, with labels.

Do you run intel.chainquery.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-28
updated

Provider

intel.chainquery.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x7Cf45cD775Bdf31a5a96fa0A5805DF0b610D87ff",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "type": "http"
      },
      "output": {
        "example": {
          "as_of": "2026-06-15",
          "count": 10,
          "entries": [
            {
              "address": "34xp4vRoCGJym3xR7yCVPFHoCNxv4Twseo",
              "balance_btc": 248597.59,
              "balance_sats": 24859759055983,
              "label_at_snapshot": "Binance coldwallet",
              "rank": 1,
              "tags": [
                "binance",
                "cold-wallet",
                "exchange"
              ]
            },
            {
              "address": "3M219KR5vEneNb47ewrPfWyb5jQ2DjxRP6",
              "balance_btc": 174934.29,
              "balance_sats": 17493429416806,
              "label_at_snapshot": "Binance coldwallet",
              "rank": 2,
              "tags": [
                "binance",
                "cold-wallet",
                "exchange"
              ]
            }
          ],
          "limit": 10,
          "refreshes_at": "weekly (Sunday 06:00 UTC)",
          "snapshot_date": "2026-06-15"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {},
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "as_of": {
                  "description": "data freshness timestamp"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://intel.chainquery.com/v1/richlist"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://intel.chainquery.com/v1/richlist");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://intel.chainquery.com/v1/richlist")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/765.json, and this resource appears in /discovery/resources and /discovery/search.