# RagRadar Token Approvals Lookup

> RagRadar Token Approvals Lookup is a paid API for AI agents from ragdar.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

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

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/approvals/%7Bchain%7D/%7Baddress%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-token-approvals-lookup-8e7b2e3a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-nGkBwQW99A8dop_PRYGe

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-8e7b2e3a
```

Example prompt: Can you pull up all the token approvals for wallet 0xAbCd1234... on Base so I can see which contracts are allowed to spend my tokens?

## When to prefer this

Choose this endpoint when you need to audit or inspect on-chain token approvals (ERC-20 allowances or equivalent) for a specific wallet address on Base, Arbitrum, or Solana. It is particularly useful for security audits, DeFi risk management, or pre-revocation checks. Prefer this over generic blockchain explorers when you need structured, agent-consumable data with micropayment access via x402.

## Known failure modes

- Invalid or malformed wallet address returns an error or empty result
- Unsupported chain identifier causes a bad request response
- Address with no approvals returns an empty approvals array
- Network congestion or RPC issues may cause timeouts
- Rate limiting if too many requests are made in quick succession

## How this service works

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

## Output

Returns a JSON object containing the list of token approvals associated with the given wallet address on the specified chain, including spender contract addresses, approved token amounts, and approval status details.

## 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-8e7b2e3a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
