> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# New DEX pool spot prices API

*Published January 29, 2025*

![New DEX pool spot prices API](https://www.datocms-assets.com/86369/1743209907-dex-pool-spot-prices.jpg)

Given the meme coin trading hype, GoldRush has released a new DEX pool spot prices API that supports pools on Uniswap V2, V3 and their forks on all [Foundational Chains](https://goldrush.dev/chains).

The API takes in the `contractAddress` of the pool and returns the following key fields:

* `token_0_price` - Price of `token_0` in units of `token_1`.
* `token_0_price_24` - Price of `token_0` in units of `token_1` as of 24 hours ago.
* `token_0_price_quote` - Price of `token_0` in the selected quote currency (defaults to `USD`)
* Similar values for `token_1_xx` making up the pool pair.

This API leverages the onchain sync event to get the spot prices.

[Learn more](https://goldrush.dev/docs/api-reference/utility/get-pool-spot-prices)
