# RagRadar Token Enrichment

> RagRadar Token Enrichment is a paid API for AI agents from backup.ragradar.space, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Fetches on-chain token intelligence and metadata for a given token address on a specified blockchain network

## Facts

- Endpoint: GET https://backup.ragradar.space/api/enrich/token/%7Bchain%7D/%7Baddress%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-token-enrichment-b0f1937c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q9VHijT8_IuQ0VPSnpeWW

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 ragradar-token-enrichment-b0f1937c
```

Example prompt: Can you pull the on-chain token details for the contract address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base using RagRadar?

## When to prefer this

Use this endpoint when you need on-chain token enrichment data for a specific contract address across Base, Arbitrum, or Solana and want a micropayment-gated, AI-agent-friendly API with x402 payment support. Prefer this over general blockchain explorers when you need structured, agent-ready intelligence rather than raw block explorer data.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Token address not found or not deployed returns empty or error response
- Malformed address format causes a bad request error
- Payment not fulfilled via x402 micropayment returns 402 Payment Required
- Backup domain may have higher latency or availability issues compared to primary

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

A JSON object containing on-chain token intelligence and enrichment data for the specified token address on the given chain, including metadata and status fields.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-token-enrichment-b0f1937c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
