Get mint and burn events for a token
Network, Protocols & Tokens
Get mint and burn events for a token
Returns mint and burn Transfer events for a token. For EVM networks these are Transfer events from/to the zero address. For Solana these are mintTo/burn SPL-token instructions.
GET
Get mint and burn events for a token
Authorizations
Authorization method required to allow user to access the api endpoints.
Query Parameters
Network name (e.g. eth, solana)
Token name, e.g. USDtb
Max number of events to return (default 50, max 1000)
Required range:
1 <= x <= 1000Pagination cursor (next_cursor value from previous page)
Last modified on July 30, 2026