Tokens in a liquidity pool
What is this endpoint for?
This indicates the amount of each token available for trading in a liquidity pool, identified through its blockchain pool address. A separate endpoint provides this data specifically for Uniswap V3 liquidity pools.
Endpoint
Parameters
blockchain
No
ethereum
pool_address
Yes
Pool address.
0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852
live
No
Shows the data as soon as the block is validated. (Default: false, in case of block reorganization).
true
start_block
No
Starting block height (inclusive).
19645000
end_block
No
Ending block height (inclusive).
19645010
start_time
No
Starting time in ISO 8601 (inclusive).
2022-04-01T00:00:00.000Z
end_time
No
Ending time in ISO 8601 (inclusive).
2022-05-01T00:00:00.000Z
sort
No
Returns the data in ascending (asc) or descending (desc) order. Default: desc.
asc
page_size
No
100
Fields
blockchain
The blockchain on which the transaction happened.
ethereum
block_number
The height of the block.
129876
pool_name
Name of the pool as it is written on the blockchain.
WETH-USDT
pool_address
Address of the contract of the pool.
0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852
exchange
Code of the DEX.
usp2
amounts
Snapshot of the liquidity pool's tokens.
See example
datetime
Timestamp at which the interval begins. In seconds.
1650441900
Request examples
Response example
Last updated
Was this helpful?