# RagRadar Token Approvals Lookup

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

Retrieves on-chain token approval records for a given wallet address on a specified blockchain network

## Facts

- Endpoint: GET https://backup.ragradar.space/api/approvals/%7Bchain%7D/%7Baddress%7D
- Price: $0.02/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-approvals-lookup-27425357
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JUKwqFLJqMnur5tGg9sBh

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-approvals-lookup-27425357
```

Example prompt: Check all token approvals for wallet address 0xABC123...DEF on Base — I want to see which contracts or protocols have been granted spending permissions.

## When to prefer this

Use this endpoint when you need to audit or inspect token spending approvals granted by a specific wallet address on Base, Arbitrum, or Solana. Prefer this over generic block explorers when you need structured, machine-readable approval data accessible via micropayment for AI agent workflows.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed wallet address returns a validation error
- No approvals found returns empty result set
- Payment not fulfilled via x402 returns 402 Payment Required
- Rate limiting or service unavailability returns 5xx error

## How this service works

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

## Output

A JSON object containing a list of token approval records for the specified wallet address on the requested chain, including spender addresses, approved token amounts, and approval status.

## 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-approvals-lookup-27425357/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)
