Robinhood Chain Tokenized Stock Liquidity Map is a paid API for AI agents from x402-services-production.up.railway.app, paid per call via x402, $0.005/call, status healthy (last checked 2026-09-15).
Returns a real-time liquidity map for a tokenized stock or ETF on Robinhood Chain, showing order book depth, bid/ask spreads, and liquidity distribution across price levels.
Liquidity map for a tokenized stock: aggregates every indexed Robinhood Chain pool and breaks down where the liquidity lives venue by venue (Uniswap/Pleiades/Rialto/Arcus...), with each venue's liquidity, 24h volume, price, and liquidity share. Send { ticker }. Route large orders to the deepest venues and avoid thin pools.
A structured liquidity map for the requested tokenized stock or ETF on Robinhood Chain, including order book depth at various price levels, bid/ask spreads, and the concentration of liquidity across the price curve — enabling agents to assess execution quality and slippage risk before placing trades.
POSThttps://x402-services-production.up.railway.app/api/rh/liquidity-mapUse this endpoint when an agent needs to assess on-chain liquidity depth for a tokenized stock or ETF specifically on Robinhood Chain before executing or sizing a trade. It is most relevant when the user's goal involves understanding slippage risk, spread conditions, or order book concentration for tokenized equities — as opposed to price alone (use a price feed) or off-chain equity liquidity (use a traditional market data provider).
{
"input": {
"body": {
"depth": "full",
"ticker": "AAPL"
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"note": "Aggregated across the canonical Robinhood Chain token's pools (scam/impostor tokens excluded). Route large orders to the deepest venues. Not financial advice.",
"chain": "robinhood",
"source": "DexScreener",
"ticker": "AAPL",
"venues": [
{
"dex": "uniswap",
"pools": 10,
"bestPriceUsd": 305.16,
"liquidityUsd": 561582,
"volume24hUsd": 225418,
"liquiditySharePct": 81.5
},
{
"dex": "up",
"pools": 1,
"bestPriceUsd": 306.24,
"liquidityUsd": 124785,
"volume24hUsd": 145271,
"liquiditySharePct": 18.1
},
{
"dex": "sheriff",
"pools": 1,
"bestPriceUsd": 305.8,
"liquidityUsd": 2336,
"volume24hUsd": 543,
"liquiditySharePct": 0.3
}
],
"venueCount": 3,
"deepestVenue": "uniswap",
"equityRefUsd": 305.59,
"canonicalToken": "0xaf3d76f1834a1d425780943c99ea8a608f8a93f9",
"totalLiquidityUsd": 688703
}| Field | Type | Description |
|---|---|---|
| noterequired | string | |
| chainrequired | string | |
| sourcerequired | string | |
| tickerrequired | string | |
| venuesrequired | array | |
| venueCountrequired | number | |
| deepestVenuerequired | string | |
| equityRefUsdrequired | number | |
| canonicalTokenrequired | string | |
| totalLiquidityUsdrequired | number |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"