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
Should be one of the currently supported blockchain.
ethereum
pool_address
Yes
Pool address.
0xbebc44782c7db0a1a60cb6fe97d0b483032ff1c7
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).
129870
end_block
No
Ending block height (inclusive).
130000
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.
3pool
pool_address
Address of the contract of the pool.
0xbebc44782c7db0a1a60cb6fe97d0b483032ff1c7
exchange
Code of the DEX.
curv
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