ChainQuery Bitcoin Intelligence · Coin Velocity

by ChainQuery Bitcoin Intelligence

GETBase

$0.01

per call · USD Coin on Base

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.

Endpoint

GET https://intel.chainquery.com/v1/coin-velocity

6

Calls / 30d

2

Unique payers / 30d

Aug 30

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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/coin-velocity", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://intel.chainquery.com/v1/coin-velocity" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "as_of": "2026-06-19T06:00:00Z",
  "datasets": [
    {
      "data": [
        7.9,
        7.8,
        7.8
      ],
      "label": "90-day velocity (days)"
    },
    {
      "data": [
        31.4,
        31.3,
        31.2
      ],
      "label": "365-day velocity (days)"
    }
  ],
  "labels": [
    "2026-06-17",
    "2026-06-18",
    "2026-06-19"
  ],
  "refreshes_at": "daily",
  "supply_btc": [
    19880000,
    19880100,
    19880200
  ]
}

Payment details

Pay to0x7cf45cd775bdf31a5a96fa0a5805df0b610d87ff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from ChainQuery Bitcoin Intelligence & similar services