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
blockchain
No
ethereum
protocol
No
Filter on a currently supported DEX.
usp2
pool_address
No
Pool address related to the liquidity event. Default: all liquidity pools.
0x14de8287adc90f0f95bf567c0707670de52e3813
pool_contains
No
Mints and burns including the requested token. Default: all available tokens.
weth
or weth,usdt,usdc
block_number
No
Block height.
129876
user_addresses
No
Filter on specific user addresses (comma separated).
0x479bc**
live
No
Shows the data as soon as the block is validated.
(Default: false
, in case of block reorganization).
true
tx_hash
No
Filter on a specific transaction hash.
0xe68b84740**
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
type
No
Event type. By default both burn and mint are shown.
burn
or mint
page_size
No
Number of snapshots to return data for. (default: 1000, min: 1, max: 1000). See Pagination
500
Fields
blockchain
The blockchain on which the transaction happened.
ethereum
block_number
The height of the block in which the transaction happened.
129876
type
Event type: mint or burn.
burn
or mint
pool_name
Name of the pool as it is written on the blockchain.
USDC-WETH-0.001
pool_address
Address of the contract of the pool.
0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640
exchange
Code of the DEX.
usp3
transaction_hash
Transaction hash
0x3d28ec9f35692ee6e9264735cd4f92c48bccda82487144d26ebc12376a418cdc
log_index
The log index of the transaction (in base 10)
152
user_address
Address that triggered the transaction.
0x479bc00624e58398f4cf59d78884d12fb515790a
price
Price of the token at the moment of the event.
0.000358096
amounts
Amounts of the tokens
See example
datetime
Timestamp at which the interval begins. In seconds.
1650441900
metadata
Only for Uniswap v3. Upper and lower ticker of the interval on which the liquidity is provided
{"lower_ticker": 190650, "upper_ticker": 195610}
Request example
Response example
Last updated