Skip to main content
GET
Get mint and burn events for a token

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Query Parameters

network
string
required

Network name (e.g. eth, solana)

token
string
required

Token name, e.g. USDtb

limit
number
default:50

Max number of events to return (default 50, max 1000)

Required range: 1 <= x <= 1000
cursor
string

Pagination cursor (next_cursor value from previous page)

Response

200 - application/json
token
string
required

Token contract or mint address

network
string
required

Network name

events
object[]
required
next_cursor
string

Cursor to pass as cursor for the next page

Last modified on July 30, 2026