# RagRadar Liquidity Data

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

Fetches on-chain liquidity data for a given token or pool address on a specified blockchain network

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/liquidity/%7Bchain%7D/%7Baddress%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-liquidity-data-ce667d20
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Dt-s4sh0U0gpSieBtyKrh

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-liquidity-data-ce667d20
```

Example prompt: Can you check the on-chain liquidity for the contract address 0xabc123... on Base using RagRadar?

## When to prefer this

Use this endpoint when you need real-time, on-chain liquidity data for a specific token or pool address across Base, Arbitrum, or Solana. It is well-suited for DeFi agents evaluating trade feasibility, slippage risk, or pool health at a low cost per query ($0.01 USDC). Prefer this over general blockchain explorers when liquidity-specific metrics are needed programmatically.

## Known failure modes

- Invalid chain identifier returns an error response
- Unrecognized or non-contract address may return empty or null liquidity data
- Network congestion or RPC issues may cause delayed or failed responses
- Unsupported chain returns a 404 or error status
- Payment failure via x402 micropayment results in 402 response and no data returned

## How this service works

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

## Output

Returns a JSON object with on-chain liquidity information for the specified address on the given chain, including metrics such as available liquidity, pool depth, and related on-chain data.

## 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-liquidity-data-ce667d20/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)
