Arkham x402 · Transfers Histogram

by Arkham x402

POSTBaseSolana

$0.8

per call · USD Coin on Base

Get Arkham detailed transfer histogram. $0.80 per call.

Endpoint

POST https://api.arkm.com/x402/transfers/histogram

10

Calls / 30d

1

Unique payers / 30d

Sep 3

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://api.arkm.com/x402/transfers/histogram", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "granularity": "1h"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.arkm.com/x402/transfers/histogram" \
  -H "Content-Type: application/json" \
  -d '{"granularity":"1h"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

[
  {
    "count": 72356,
    "time": "2026-07-09T19:00:00Z",
    "usd": 344472247.4625801
  },
  {
    "count": 55313,
    "time": "2026-07-09T20:00:00Z",
    "usd": 222175399.66528836
  },
  {
    "count": 52198,
    "time": "2026-07-09T21:00:00Z",
    "usd": 273074291.6125104
  }
]

Payment details

Pay to0x942bd3e3073543c674efc0c378d5bce20f9120c1
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from Arkham x402 & similar services