---
title: "GET /v1/pricing/spot_prices/{chainName}/pools/{contractAddress}/"
method: GET
path: "/v1/pricing/spot_prices/{chainName}/pools/{contractAddress}/"
tags: ["get-pool-spot-prices"]
---

# GET /v1/pricing/spot_prices/{chainName}/pools/{contractAddress}/

`GET /v1/pricing/spot_prices/{chainName}/pools/{contractAddress}/`

Get the spot token pair prices for a specified pool contract address. Supports pools on Uniswap V2, V3 and their forks.

## Path parameters

- `chainName` string, required
- `contractAddress` string, required

## Query parameters

- `quote-currency` string

## Response `200`

Successful response

- object
  - `updated_at` string, date-time — The timestamp when the response was generated.
  - `pool_address` string — The deployed pool contract address.
  - `token_0_address` string — The deployed contract address of `token_0` in the token pair making up the pool.
  - `token_0_name` string — The deployed contract name of `token_0` in the token pair making up the pool.
  - `token_0_ticker` string — The deployed contract symbol of `token_0` in the token pair making up the pool.
  - `token_0_price` string — Price of `token_0` in units of `token_1`.
  - `token_0_price_24h` string — Price of `token_0` in units of `token_1` as of 24 hours ago.
  - `token_0_price_quote` string — Price of `token_0` in the selected quote currency (defaults to USD).
  - `token_0_price_24h_quote` string — Price of `token_0` in the selected quote currency (defaults to USD) as of 24 hours ago.
  - `token_1_address` string — The deployed contract address of `token_1` in the token pair making up the pool.
  - `token_1_name` string — The deployed contract name of `token_1` in the token pair making up the pool.
  - `token_1_ticker` string — The deployed contract symbol of `token_1` in the token pair making up the pool.
  - `token_1_price` string — Price of `token_1` in units of `token_0`.
  - `token_1_price_24h` string — Price of `token_1` in units of `token_0` as of 24 hours ago.
  - `token_1_price_quote` string — Price of `token_1` in the selected quote currency (defaults to USD).
  - `token_1_price_24h_quote` string — Price of `token_1` in the selected quote currency (defaults to USD) as of 24 hours ago.
  - `quote_currency` string — The currency to convert. Supports `USD`, `CAD`, `EUR`, `SGD`, `INR`, `JPY`, `VND`, `CNY`, `KRW`, `RUB`, `TRY`, `NGN`, `ARS`, `AUD`, `CHF`, `GBP`, `BTC` and `ETH`.

---

[API](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis.md) · [All operations](https://skmtc.net/covalenthq/apis/goldrush-multichain-data-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/covalenthq/goldrush-multichain-data-apis/revisions/c099830c76a0/schema)
