Get pool spot prices
Get the spot token pair prices for a specified pool contract address. Supports pools on Uniswap V2, V3 and their forks.
Processing: Batch
Supports pools on Uniswap V2/V3 and their forks on all Foundational Chains.
Path Parameters
The chain name eg: eth-mainnet
.
The pool contract address.
Query Parameters
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, and GBP
.
Response
The deployed pool contract address.
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, GBP
, BTC
and ETH
.
The deployed contract address of token_0
in the token pair making up the pool.
The deployed contract name of token_0
in the token pair making up the pool.
Price of token_0
in units of token_1
.
Price of token_0
in units of token_1
as of 24 hours ago.
Price of token_0
in the selected quote currency (defaults to USD) as of 24 hours ago.
Price of token_0
in the selected quote currency (defaults to USD).
The deployed contract symbol of token_0
in the token pair making up the pool.
The deployed contract address of token_1
in the token pair making up the pool.
The deployed contract name of token_1
in the token pair making up the pool.
Price of token_1
in units of token_0
.
Price of token_1
in units of token_0
as of 24 hours ago.
Price of token_1
in the selected quote currency (defaults to USD) as of 24 hours ago.
Price of token_1
in the selected quote currency (defaults to USD).
The deployed contract symbol of token_1
in the token pair making up the pool.
The timestamp when the response was generated.