{
  "x402Version": 2,
  "id": 1111,
  "slug": "1111",
  "resource": "https://api.arkm.com/x402/balances/address",
  "description": "Get Arkham token balances for an address. $0.20 per call.",
  "type": "http",
  "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
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code"
  ],
  "sourceHost": "api.arkm.com",
  "lastUpdated": "2026-09-12T23:03:16.007Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-12T23:03:15.83Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.arkm.com",
    "manifest_name": "api.arkm.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}