v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Robinhood Chain

Get pool price

Get the live Uniswap V4 pool spot price for a migrated Bags V2 token on Robinhood Chain (read from the pool's slot0). priceEthPerToken is null for non-migrated tokens or when the pool read is unavailable — render as "unavailable", never 0. Returns 404 for non-V2 tokens.

get/evm/rh/pool-price

Query parameters

tokenAddressstring required

Token address. Accepts any casing; normalized to EIP-55 checksum form.

Response

Successfully retrieved pool price

successboolean required

Example response

{
  "success": true
}