# AvisRadar PumpClaw Token Bulk Export

> AvisRadar PumpClaw Token Bulk Export is a paid API for AI agents from avisradar-production.up.railway.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Exports the full list of ~177 PumpClaw/Clawd-indexed tokens with creator wallet, token address, symbol, indexed timestamp, and Basescan URL per row.

## Facts

- Endpoint: GET https://avisradar-production.up.railway.app/api/agent/clawd/export
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/avisradar-production-up-railway-app-d0a38f5e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HlCP8HJkaiSkVUgoja0Bl

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 avisradar-production-up-railway-app-d0a38f5e
```

Example prompt: Give me a full export of every PumpClaw token that MainStreet has indexed — I want the creator wallets, token addresses, symbols, and Basescan links for all of them so I can build an analytics dashboard.

## When to prefer this

Use this endpoint when you need a complete, pre-indexed registry of all PumpClaw/Clawd token launches on Base, including creator attribution and on-chain links, without having to query token data individually. Ideal for analytics pipelines, dashboard construction, or building derived registries of Clawd-ecosystem tokens. Prefer this over per-token lookups when you need the full universe of indexed tokens in one call.

## Known failure modes

- Payment not completed — returns 402 if the $0.50 USDC x402 payment is not included
- Service downtime on Railway hosting — may return 503
- Empty or partial dataset if indexing is behind or tokens have been removed
- Rate limiting if called too frequently without valid payment credentials

## How this service works

Paid bulk export of every PumpClaw token MainStreet has indexed (~177 tokens). Returns creator wallet, token address, symbol, indexed-at timestamp, basescan URL per row. Use for analytics, derived registries, or building a Clawd-focused dashboard.

## Output

A bulk dataset of approximately 177 PumpClaw/Clawd-indexed tokens, each row containing: creator wallet address, token contract address, token symbol, the timestamp it was indexed, and a direct Basescan URL for on-chain verification.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/avisradar-production-up-railway-app-d0a38f5e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from avisradar-production.up.railway.app](https://www.zero.xyz/host/avisradar-production.up.railway.app/llms.txt)
