---
title: "Get pool price"
method: GET
path: "/evm/rh/pool-price"
tags: ["Robinhood Chain"]
---

# Get pool price

`GET /evm/rh/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.

## Query parameters

- `tokenAddress` string, required

## Response `200`

Successfully retrieved pool price

- object
  - `success` boolean, required
  - `response` object
    - `priceEthPerToken` string, nullable, required — Live pool spot price as an 1e18 fixed-point decimal string (ETH per whole token), read from the pool's slot0. Null for non-migrated tokens or when the pool read is unavailable — render as "unavailable", never 0.

## Other responses

- `400` — Bad request - Invalid token address
- `401` — Unauthorized - Invalid or missing API key
- `404` — Not found - The address is not a Bags V2 token
- `500` — Internal server error

---

[API](https://skmtc.net/bags/apis/bags-public-api-v2.md) · [All operations](https://skmtc.net/bags/apis/bags-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bags/bags-public-api-v2/revisions/4a14b82cd39d/schema)
