# JarvisClaw Surf Token Holders Lookup

> JarvisClaw Surf Token Holders Lookup is a paid API for AI agents from api.jarvisclaw.ai, paid per call via x402, $0.045/call, status unknown (last checked 2026-09-13).

Retrieves the list of holders for a specific token on the Surf platform via the JarvisClaw AI API Gateway

## Facts

- Endpoint: GET https://api.jarvisclaw.ai/v1/marketplace/surf/token/holders
- Price: $0.045/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-surf-token-holders-lookup-ab5dd5ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kH8ODcRjWW7fBw1kWYVFL

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 jarvisclaw-surf-token-holders-lookup-ab5dd5ea
```

Example prompt: Can you pull up all the holders for the token at address 0xABC123 on Surf and show me the wallet addresses and their balances?

## When to prefer this

Use this endpoint when you need to retrieve on-chain token holder data specifically from the Surf platform via the JarvisClaw gateway, and you want pay-per-call pricing settled in USDC without a subscription. Prefer this over other holder lookup services when you need micropayment-based access or are working within an x402-enabled agent workflow.

## Known failure modes

- Invalid or non-existent token address returns 404 or empty result
- Payment failure via x402 returns 402 Payment Required
- Malformed request body returns 400 Bad Request
- Token not found on Surf platform returns empty holders list
- Network congestion or upstream data unavailability returns 503
- Rate limiting or exceeded quota returns 429

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

A list of wallet addresses holding the specified token on the Surf platform, along with associated balances or holdings data for each holder, potentially including total holder count and distribution metrics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-surf-token-holders-lookup-ab5dd5ea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jarvisclaw.ai](https://www.zero.xyz/host/api.jarvisclaw.ai/llms.txt)
