Mints and Burns
What is this CSV for?
This CSV includes event data related to the addition (mint) and removal (burn) of tokens from a liquidity pool.
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. |
|
| Event type. By default both burn and mint are shown. |
|
| Filter on a specific transaction hash. |
|
| 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