Token - Mint/Burn

Retrieve the mint/burn transaction list of a specified token. Only support solana

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Mint and burn event history for one token.

  • This endpoint is Solana-only.
  • Pass the token address in address.
  • limit supports up to 100 items per request and offset supports up to 10,000.
  • Filter by type to focus on mint events, burn events, or both.
  • Use after_time and before_time for bounded event windows.
Compute Unit ⚙️
  • This endpoint consumes 30 CU per request.
Use Cases 💡
  • Track supply expansion and contraction through raw mint and burn events.
  • Investigate treasury activity, token emissions, or deflation events.
  • Build tokenomics dashboards that need event-level supply changes instead of just totals.
  • Explain abrupt supply, liquidity, or price changes with the underlying mint or burn history.
How to Use 🛠️
  • Set x-chain=solana.
  • Pass the token address in address.
  • Filter by type and bound the window with after_time and before_time.
  • Page with offset and limit, keeping limit at 100 or below.
Best Practices ✅
  • Review mint and burn events alongside holder and transfer activity so supply moves are interpreted in context.
  • Use bounded time windows around suspected emissions or treasury operations instead of scanning very broad ranges.
  • Keep separate views for mint and burn when analyzing inflationary versus deflationary behavior.
Limitations ⚠️
  • Solana only.

Query Params
string
required

The address of the token contract.

string
enum
required
Defaults to block_time

Specify the sort order for mint/burn transactions. Filter for records with sort order equal to the specified sort order.

Allowed:
string
enum
required
Defaults to desc

Specify the sort order.

Allowed:
string
enum
required
Defaults to all

Specify the type of mint/burn transactions. Filter for records with type equal to the specified type.

Allowed:
integer

Specify the lower bound of time. Filter for records with time greater than the specified after time value, excluding those with time equal to the specified after time.

integer

Specify the upper bound of time. Filter for records with time less than the specified before time value, excluding those with time equal to the specified before time.

integer
0 to 10000
Defaults to 0

Pagination start position. offset + limit <= 10000

integer
1 to 100
Defaults to 100

Number of items per page.

Headers
string
enum
Defaults to solana

Solana network only.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json