$0.01
per call · USD Coin on Base
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.
Endpoint
GET https://intel.chainquery.com/v1/richlist1
Calls / 30d
1
Unique payers / 30d
Aug 28
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://intel.chainquery.com/v1/richlist", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://intel.chainquery.com/v1/richlist" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"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"
}Payment details
0x7cf45cd775bdf31a5a96fa0a5805df0b610d87ffUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from ChainQuery Bitcoin Intelligence & similar services
ChainQuery Bitcoin Intelligence · FEE Pressure
intel.chainquery.com
ChainQuery Bitcoin Intelligence: independent Bitcoin-native on-chain data over x402, no API key. Live mempool fee-pressure signal (state low/moderate/high/severe + score in sat/vB).
ChainQuery Bitcoin Intelligence · Coin Velocity
intel.chainquery.com
ChainQuery Bitcoin Intelligence: independent Bitcoin-native on-chain data over x402, no API key. 90- and 365-day rolling coin-velocity time series derived from CDD and supply.
ChainQuery Bitcoin Intelligence · Hodl Waves
intel.chainquery.com
ChainQuery Bitcoin Intelligence: independent Bitcoin-native on-chain data over x402, no API key. Full HODL-waves history: supply split across 12 age bands per weekly snapshot.