Get Arkham token balances for an address
Get Arkham token balances for an address. $0.20 per call.
200000 (raw units)
price
5
calls / 30d
3
unique payers
2026-09-12
updated
Provider
api.arkm.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x942bD3E3073543c674Efc0C378D5bcE20f9120C1",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "200000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "6bfN4hVbypmM1p4mV4qUpNushvm3W8GiAv1CrqEfiUdM",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "200000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"address": "0x28C6c06298d514Db089934071355E5743bf21d60"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"addresses": {
"bsc": {
"0x28C6c06298d514Db089934071355E5743bf21d60": {
"address": "0x28C6c06298d514Db089934071355E5743bf21d60",
"arkhamEntity": {
"crunchbase": "https://www.crunchbase.com/organization/binance",
"id": "binance",
"linkedin": "https://www.linkedin.com/company/binance",
"name": "Binance",
"note": "",
"service": null,
"twitter": "https://twitter.com/binance",
"type": "cex",
"website": "https://binance.com"
},
"arkhamLabel": {
"address": "0x28C6c06298d514Db089934071355E5743bf21d60",
"chainType": "evm",
"name": "Hot Wallet"
},
"chain": "bsc",
"contract": false,
"isUserAddress": false
}
},
"ethereum": {
"0x28C6c06298d514Db089934071355E5743bf21d60": {
"address": "0x28C6c06298d514Db089934071355E5743bf21d60",
"arkhamEntity": {
"crunchbase": "https://www.crunchbase.com/organization/binance",
"id": "binance",
"linkedin": "https://www.linkedin.com/company/binance",
"name": "Binance",
"note": "",
"service": null,
"twitter": "https://twitter.com/binance",
"type": "cex",
"website": "https://binance.com"
},
"arkhamLabel": {
"address": "0x28C6c06298d514Db089934071355E5743bf21d60",
"chainType": "evm",
"name": "Hot Wallet"
},
"chain": "ethereum",
"contract": false,
"isUserAddress": false
}
}
},
"balances": {
"bsc": [
{
"balance": 3734.28585101,
"balanceExact": "3734285851010000000000",
"ethereumAddress": "0x55d398326f99059fF775485246999027B3197955",
"id": "binance-bridged-usdt-bnb-smart-chain",
"name": "Tether USD",
"price": 1,
"priceChange24h": 0,
"priceChange24hPercent": 0,
"quoteTime": "2026-07-06T08:56:06.003Z",
"symbol": "USDT",
"usd": 3734.28585101
}
],
"ethereum": [
{
"balance": 933180509.069545,
"balanceExact": "933180509069545",
"ethereumAddress": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"id": "tether",
"name": "Tether USD",
"price": 1,
"priceChange24h": 0,
"priceChange24hPercent": 0,
"quoteTime": "2026-07-06T08:56:21.074Z",
"symbol": "USDT",
"usd": 933180509.069545
},
{
"balance": 264229.89222968067,
"balanceExact": "264229892229680683921876",
"id": "ethereum",
"name": "Ethereum",
"price": 1764.02,
"priceChange24h": -2.2200000000000273,
"priceChange24hPercent": -0.12569073285623852,
"quoteTime": "2026-07-06T08:56:12.855Z",
"symbol": "ETH",
"usd": 466106814.4910013
}
]
},
"totalBalance": {
"bsc": 4958.963746508313,
"ethereum": 1851859770.8709288
},
"totalBalance24hAgo": {
"bsc": 4962.53510092634,
"ethereum": 1855389918.2681248
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
}
]
},
"type": "array"
}
]
},
"properties": {
"address": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
}
]
},
"type": "array"
}
],
"description": "The blockchain address to query balances for."
},
"chains": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
},
{
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
}
]
},
"type": "array"
}
],
"description": "Chains to filter by, as a single comma-separated value (e.g. 'ethereum,bsc'). If omitted, returns balances across all s…"
}
},
"required": [
"address"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"builder-code": {
"info": {
"a": "bc_ej6r6uyr"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"a": {
"description": "App builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"description": "Service builder codes",
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://api.arkm.com/x402/balances/address" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.arkm.com/x402/balances/address");
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://api.arkm.com/x402/balances/address")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/1111.json, and this resource appears in /discovery/resources and /discovery/search.