Token Reserves
What is this CSV 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.
File structure details
File Name: [kaiko_exchange_code]_[pool_address]_[date].csv
Files are created on a daily basis.
example: usp2_0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc_2023-02-12.csv
Cut-off time:
00:00:00 UTC
We use the timestamp of the block in order to cut-off the data points between days.
Column Delimeter: , (comma)
Decimal Mark (in numbers): . (dot)
Field | Description | Example |
---|---|---|
| The height of the block. |
|
| The timestamp of the block. |
|
| The date equivalent. |
|
| Name of the pool as it is written on the blockchain. |
|
| The price at this block. |
|
| The symbols of the tokens in the pool, separated by a semi-colon. |
|
| The addresses of the tokens in the pool, separated by a semi-colon. |
|
| The amounts of liquidity of each token, separated by a semi-colon. |
|
Last updated