{
  "service": "Wallet X-Ray",
  "description": "Real-time snapshot of any EVM wallet: native balances and USD values across 8 chains (Ethereum, Base, Arbitrum, Optimism, Polygon, BNB Chain, Avalanche, X Layer), plus activity signals (transaction count, contract vs wallet).",
  "usage": {
    "GET /xray?address=0x...": "scan an address",
    "POST /xray {\"address\":\"0x...\"}": "scan an address",
    "GET /health": "liveness check"
  },
  "input": {
    "address": "EVM address, 0x + 40 hex chars"
  },
  "pricing": "free",
  "example": "/xray?address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
  "result": {
    "address": "0x0000000000000000000000000000000000000000",
    "totalUsd": 104507503.36,
    "activeOn": [
      "ethereum",
      "base",
      "arbitrum",
      "optimism",
      "polygon",
      "bsc",
      "avalanche",
      "xlayer"
    ],
    "isContractSomewhere": false,
    "chains": [
      {
        "chain": "ethereum",
        "name": "Ethereum",
        "symbol": "ETH",
        "balance": 14149.649963794463,
        "usd": 35018827.2,
        "txCount": 0,
        "accountType": "eoa"
      },
      {
        "chain": "base",
        "name": "Base",
        "symbol": "ETH",
        "balance": 14.57234507438214,
        "usd": 36064.95,
        "txCount": 8,
        "accountType": "eoa"
      },
      {
        "chain": "arbitrum",
        "name": "Arbitrum",
        "symbol": "ETH",
        "balance": 25.994477093057807,
        "usd": 64333.47,
        "txCount": 0,
        "accountType": "eoa"
      },
      {
        "chain": "optimism",
        "name": "Optimism",
        "symbol": "ETH",
        "balance": 1.7922145094740016,
        "usd": 4435.53,
        "txCount": 10,
        "accountType": "eoa"
      },
      {
        "chain": "polygon",
        "name": "Polygon",
        "symbol": "POL",
        "balance": 92652.36646484827,
        "usd": 9549.31,
        "txCount": 0,
        "accountType": "eoa"
      },
      {
        "chain": "bsc",
        "name": "BNB Chain",
        "symbol": "BNB",
        "balance": 99245.29999656868,
        "usd": 69359562.81,
        "txCount": 0,
        "accountType": "eoa"
      },
      {
        "chain": "avalanche",
        "name": "Avalanche",
        "symbol": "AVAX",
        "balance": 523.4822715939824,
        "usd": 3879,
        "txCount": 0,
        "accountType": "eoa"
      },
      {
        "chain": "xlayer",
        "name": "X Layer",
        "symbol": "OKB",
        "balance": 95.08488342206664,
        "usd": 10851.09,
        "txCount": 2,
        "accountType": "eoa"
      }
    ],
    "chainsScanned": 8,
    "chainsUnreachable": 0,
    "generatedAt": "2026-08-30T14:11:19.797Z"
  }
}