# Robinhood Chain Pool & Token Deep Analytics

> Robinhood Chain Pool & Token Deep Analytics is a paid API for AI agents from x402-services-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns deep analytics for a Robinhood Chain pool or token: price, liquidity, 24h volume, FDV, fee tier, estimated fee APR, and 24h price change.

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/rh/pool
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robinhood-chain-pool-token-deep-analytics-d929c78e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7U-a114x6u-LXk-c5K566

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 robinhood-chain-pool-token-deep-analytics-d929c78e -d '<json body>'
```

Example prompt: Can you pull the full analytics for the Robinhood Chain pool at 0x1234...abcd — I want to see the price, liquidity, 24h volume, fee tier, fee APR, and how much the price has moved in the last 24 hours?

## When to prefer this

Use this endpoint when you need per-pool or per-token due diligence specifically on Robinhood Chain — particularly for LP agents evaluating whether to provide liquidity or trading agents assessing pool depth and fee economics. Prefer this over generic token price APIs when you need fee APR and liquidity metrics specific to RH Chain pools.

## Known failure modes

- Invalid or non-existent contract address returns an error or empty result
- Address is on a different chain (not Robinhood Chain) — data unavailable
- Pool or token has no on-chain activity — volume/liquidity may be zero or null
- Network or RPC timeout causing delayed or failed response
- Malformed address (not a valid 0x address) returns validation error

## How this service works

Deep analytics for a specific Robinhood Chain pool or token: price, liquidity, 24h volume, FDV, fee tier, estimated fee APR, and 24h price change. Send { address } (pool or token contract). Per-pool due diligence for LP and trading agents.

## Output

Returns a structured report for the specified Robinhood Chain pool or token including: current price, total liquidity, 24-hour trading volume, fully diluted valuation (FDV), fee tier, estimated annualized fee APR for LPs, and 24-hour price change percentage.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "address"
 ],
 "properties": {
  "address": {
   "type": "string",
   "description": "0x Robinhood Chain pool or token contract address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robinhood-chain-pool-token-deep-analytics-d929c78e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-services-production.up.railway.app](https://www.zero.xyz/host/x402-services-production.up.railway.app/llms.txt)
