# Robinhood Chain Tokenized Stock Sniper — New Pool Scanner

> Robinhood Chain Tokenized Stock Sniper — New Pool Scanner 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-15).

Returns the latest newly-launched tokenized-stock liquidity pools on Robinhood Chain so agents can identify and act on fresh trading opportunities

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/snipe/rh
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robinhood-chain-tokenized-stock-sniper-new-pool-scanner-53d4089b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__uQ_gMVUVOcSM_M9-8K2x

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-tokenized-stock-sniper-new-pool-scanner-53d4089b -d '<json body>'
```

Example prompt: Show me the 30 newest tokenized-stock pools that just launched on Robinhood Chain so I can find early sniping opportunities.

## When to prefer this

Choose this endpoint when your agent needs to discover brand-new tokenized-stock liquidity pools on Robinhood Chain in real time — specifically for sniping workflows where being early to a new pair is the goal. It is distinct from token price lookups, portfolio queries, or perps data endpoints in this same suite.

## Known failure modes

- No new pools found returns an empty list
- Limit exceeding 50 may be capped or rejected
- Network/RPC errors on Robinhood Chain cause timeouts
- Payment failure (insufficient USDC balance) blocks the call
- Railway hosting downtime causes 5xx errors

## How this service works

Robinhood Chain live pools: new and trending liquidity pools on Robinhood's Ethereum L2 for tokenized stocks and DeFi, built for 24/7 agentic onchain trading. Send { limit? }. First-mover data feed for agents trading Robinhood Chain's tokenized-stock and RWA ecosystem.

## Output

A ranked list of newly created tokenized-stock liquidity pools on Robinhood Chain, including pool addresses, associated token metadata, creation timestamps, and initial liquidity figures — up to the requested limit (default 20, max 50).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "number",
   "description": "Max pools per list, default 20 (max 50)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robinhood-chain-tokenized-stock-sniper-new-pool-scanner-53d4089b/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)
