# Arkham x402 Search

> Arkham x402 Search is a paid API for AI agents from api.arkm.com, paid per call via x402, $6/call, status down (last checked 2026-09-16).

Search Arkham's blockchain intelligence database to resolve entities, wallets, tokens, ENS names, and market data in one call

## Facts

- Endpoint: POST https://api.arkm.com/x402/search
- Price: $6/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/arkham-x402-search-125374ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ekmZhr0qO6wGbfmA9eK-v

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability arkham-x402-search-125374ef -d '<json body>'
```

Example prompt: Search Arkham for everything known about 'Binance' — give me their labeled wallet addresses, token prices, associated ENS names, and any linked Twitter or OpenSea accounts.

## When to prefer this

Choose this endpoint when you need a single unified lookup that resolves a name, address, or token across Arkham's full intelligence graph — covering entity labels, wallet addresses, token prices, ENS, OpenSea, and Twitter simultaneously. Prefer it over on-chain RPC calls when you need human-readable entity attribution, or over CoinGecko/CMC when you need both market data AND wallet identity in one call. Best suited for blockchain investigators, DeFi researchers, and compliance agents that need to enrich an address or entity name with maximum context.

## Known failure modes

- Ambiguous query returns matches across many unrelated entities requiring further filtering
- Unknown entity or address returns empty arrays for all categories
- Payment failure via x402 protocol results in 402 response before any data is returned
- Rate limiting or quota exceeded returns an error response
- Query for a very new token or address not yet indexed returns no results

## How this service works

Search Arkham addresses, entities, tokens, pools, and names. $6.00 per call.

## Output

A JSON object containing matched results across multiple categories: arkhamEntities (named entities like exchanges with type and Twitter), arkhamAddresses (labeled wallet addresses with chain and label), ENS records, token price data (current price, 24h ago price, deployments per chain), DeFi pool data (price, liquidity, market cap, volume), OpenSea profiles, and Twitter accounts — all keyed to the search query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ens": {
   "anyOf": [
    {
     "type": "string"
    },
    {
     "type": "number"
    },
    {
     "type": "boolean"
    },
    {
     "type": "array",
     "items": {
      "anyOf": [
       {
        "type": "string"
       },
       {
        "type": "number"
       },
       {
        "type": "boolean"
       }
      ]
     }
    }
   ],
   "description": "Max ENS primary names to return (0–50, default 5)."
  },
  "tags": {
   "anyOf": [
    {
     "type": "string"
    },
    {
     "type": "number"
    },
    {
     "type": "boolean"
    },
    {
     "type": "array",
     "items": {
      "anyOf": [
       {
        "type": "string"
       },
       {
        "type": "number"
       },
       {
        "type": "boolean"
       }
      ]
     }
    }
   ],
   "description": "Max tag matches to return (0–50, default 0)."
  },
  "pools": {
   "anyOf": [
    {
     "type": "string"
    },
    {
     "type": "number"
    },
    {
     "type": "boolean"
    },
    {
     "type": "array",
     "items": {
      "anyOf": [
       {
        "type": "string"
       },
       {
        "type": "number"
       },
       {
        "type": "boolean"
       }
      ]
     }
    }
   ],
   "description": "Max Solana pools to return (0–50, default 5)."
  },
  "query": {
   "anyOf": [
    {
     "type": "string"
    },
    {
     "type": "number"
    },
    {
     "type": "boolean"
    },
    {
     "type": "array",
     "items": {
      "anyOf": [
       {
        "type": "string"
       },
       {
        "type": "number"
       },
       {
        "type": "boolean"
       }
      ]
     }
    }
   ],
   "description": "Search query string to match against entities, addresses, tokens, pools, ENS names, and more. An empty query returns no…"
  },
  "types": {
   "anyOf": [
    {
     "type": "string"
    },
    {
     "type": "number"
    },
    {
     "type": "boolean"
    },
    {
     "type": "array",
     "items": {
      "anyOf": [
       {
        "type": "string"
       },
       {
        "type": "number"
       },
       {
        "type": "boolean"
       }
      ]
     }
    }
   ],
   "description": "Max entity-type matches to return (0–50, default 5)."
  },
  "tokens": {
   "anyOf": [
    {
     "type": "string"
    },
    {
     "type": "number"
    },
    {
     "type": "boolean"
    },
    {
     "type": "array",
     "items": {
      "anyOf": [
       {
        "type": "string"
       },
       {
        "ty
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ens": [
   {
    "name": "binance.umbra.eth",
    "address": "0x00000029fF545c86524Ade7cAF132527707948C4"
   }
  ],
  "pools": [
   {
    "priceUsd": 0.00008714,
    "volume1h": 0,
    "pricingID": "bainance-labs",
    "tokenName": "bAInance Labs",
    "poolAddress": "CiLg83sX8nJQMPkRwGMZYcjbgcHxaXsL6XjZre5nmeKn",
    "tokenSymbol": "bainance",
    "liquidityUsd": 0,
    "marketCapUsd": 0,
    "tokenAddress": "4tViJmZ7LKREaqxrh3tXeCB5TfK7o67W3WhykHrr49ZC",
    "programAddress": "CPMMoo8L3F4NbTegBCKVNunggL7H1ZpdTHKxQB5qKP1C"
   }
  ],
  "tokens": [
   {
    "name": "Binance ETH staking",
    "price": 1940.37,
    "symbol": "beth",
    "identifier": {
     "pricingID": "binance-eth"
    },
    "deployments": [
     {
      "chain": "bsc",
      "address": "0x250632378E573c6Be1AC2f97Fcdf00515d0Aa91B"
     }
    ],
    "price24hAgo": 1927.27
   }
  ],
  "opensea": [
   {
    "address": "0xF5B42425E9805A1d76aC3F893aF71Ab2065563d4",
    "username": "binance_cz",
    "profileImage": null
   }
  ],
  "twitter": [
   {
    "id": "binance-us",
    "name": "Binance US",
    "note": "",
    "type": "cex",
    "service": true,
    "twitter": "BinanceUS"
   }
  ],
  "services": [
   {
    "id": "binance",
    "name": "Binance",
    "note": "",
    "type": "cex",
    "service": true,
    "twitter": "binance"
   }
  ],
  "arkhamEntities": [
   {
    "id": "binance",
    "name": "Binance",
    "note": "",
    "type": "cex",
    "service": true,
    "twitter": "binance"
   }
  ],
  "arkhamAddresses": [
   {
    "chain": "bitcoin",
    "address": "1HDWAto9mD4vwZkxE7RZ4nxvgYcA5vJQpG",
    "arkhamLabel": {
     "name": "Binance Deposit",
     "address": "1HDWAto9mD4vwZkxE7RZ4nxvgYcA5vJQpG",
     "chainType": "bitcoin"
    }
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/arkham-x402-search-125374ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.arkm.com](https://www.zero.xyz/host/api.arkm.com/llms.txt)
