mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Get Arkham top token holders by chain/address

Get Arkham top token holders by chain/address. $6.00 per call.

Do you run api.arkm.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
6000000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-28
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": "6000000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "6bfN4hVbypmM1p4mV4qUpNushvm3W8GiAv1CrqEfiUdM",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "6000000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
          "chain": "ethereum"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "addressTopHolders": {
            "ethereum": [
              {
                "address": {
                  "address": "0x37305B1cD40574E4C5Ce33f8e8306Be057fD7341",
                  "arkhamEntity": {
                    "crunchbase": "https://www.crunchbase.com/organization/makerdao",
                    "id": "makerdao",
                    "linkedin": "https://www.linkedin.com/company/makerdao/",
                    "name": "Sky (MakerDAO)",
                    "note": "",
                    "service": null,
                    "twitter": "https://twitter.com/MakerDAO",
                    "type": "cdp",
                    "website": "https://makerdao.com"
                  },
                  "arkhamLabel": {
                    "address": "0x37305B1cD40574E4C5Ce33f8e8306Be057fD7341",
                    "chainType": "evm",
                    "name": "LITE PSM USDC A POCKET"
                  },
                  "chain": "ethereum",
                  "contract": false,
                  "isUserAddress": false
                },
                "balance": 4453872464.461215,
                "pctOfCap": 0.06071662849686393,
                "usd": 4453872464.461215
              },
              {
                "address": {
                  "address": "0xe1940f578743367F38D3f25c2D2d32D6636929B6",
                  "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": "0xe1940f578743367F38D3f25c2D2d32D6636929B6",
                    "chainType": "evm",
                    "name": "SingleOwnerMSCA (Proxy)"
                  },
                  "chain": "ethereum",
                  "contract": true,
                  "isUserAddress": false
                },
                "balance": 1699999999.039577,
                "pctOfCap": 0.02317494926268423,
                "usd": 1699999999.039577
              }
            ]
          },
          "entityTopHolders": {},
          "token": {
            "identifier": {
              "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
              "chain": "ethereum",
              "pricingID": "usd-coin"
            },
            "name": "USD Coin",
            "symbol": "USDC"
          },
          "totalSupply": {
            "ethereum": 50539998661.70982
          }
        },
        "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 token contract address to query."
                },
                "chain": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "number"
                    },
                    {
                      "type": "boolean"
                    },
                    {
                      "items": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "number"
                          },
                          {
                            "type": "boolean"
                          }
                        ]
                      },
                      "type": "array"
                    }
                  ],
                  "description": "Blockchain network where the token is deployed."
                },
                "groupByEntity": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "number"
                    },
                    {
                      "type": "boolean"
                    },
                    {
                      "items": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "number"
                          },
                          {
                            "type": "boolean"
                          }
                        ]
                      },
                      "type": "array"
                    }
                  ],
                  "description": "If 'true', groups holdings by entity rather than individual addresses."
                },
                "limit": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "number"
                    },
                    {
                      "type": "boolean"
                    },
                    {
                      "items": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "number"
                          },
                          {
                            "type": "boolean"
                          }
                        ]
                      },
                      "type": "array"
                    }
                  ],
                  "description": "Maximum number of holders to return per page (default 100, max 100). offset + limit must not exceed 1000."
                },
                "offset": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "number"
                    },
                    {
                      "type": "boolean"
                    },
                    {
                      "items": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "number"
                          },
                          {
                            "type": "boolean"
                          }
                        ]
                      },
                      "type": "array"
                    }
                  ],
                  "description": "Number of holders to skip for pagination (default 0)."
                },
                "poolAddress": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "number"
                    },
                    {
                      "type": "boolean"
                    },
                    {
                      "items": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "number"
                          },
                          {
                            "type": "boolean"
                          }
                        ]
                      },
                      "type": "array"
                    }
                  ],
                  "description": "Optional Solana pool address. When provided, address holder unrealized PnL is calculated from this pool only."
                }
              },
              "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/token/holders/by-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/token/holders/by-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/token/holders/by-address")
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/1118.json, and this resource appears in /discovery/resources and /discovery/search.