Mints and Burns
What is this endpoint for?
This endpoint includes event data related to the addition (mint) and removal (burn) of tokens from a liquidity pool.
Endpoint
Parameters
Parameter | Required | Description | Example |
---|---|---|---|
| No |
| |
| No | Filter on a currently supported DEX. |
|
| No | Pool address related to the liquidity event. Default: all liquidity pools. |
|
| No | Mints and burns including the requested token. Default: all available tokens. |
|
| No | Block height. |
|
| No | Filter on specific user addresses (comma separated). |
|
| No | Shows the data as soon as the block is validated.
(Default: |
|
| No | Filter on a specific transaction hash. |
|
| No | Starting block height (inclusive). |
|
| No | Ending block height (inclusive). |
|
| No | Starting time in ISO 8601 (inclusive). |
|
| No | Ending time in ISO 8601 (inclusive). |
|
| No | Returns the data in ascending |
|
| No | Event type. By default both burn and mint are shown. |
|
| No | Number of snapshots to return data for. (default: 1000, min: 1, max: 1000). See Pagination |
|
Fields
Field | Description | Example |
---|---|---|
| The blockchain on which the transaction happened. |
|
| The height of the block in which the transaction happened. |
|
| Event type: mint or burn. |
|
| Name of the pool as it is written on the blockchain. |
|
| Address of the contract of the pool. |
|
| Code of the DEX. |
|
| Transaction hash |
|
| The log index of the transaction (in base 10) |
|
| Address that triggered the transaction. |
|
| Price of the token at the moment of the event. |
|
| Amounts of the tokens | See example |
| Timestamp at which the interval begins. In milliseconds. |
|
| Only for Uniswap v3. Upper and lower ticker of the interval on which the liquidity is provided |
|
Request example
Response example
Last updated