get
https://public-api.birdeye.so/defi/v3/token/mint-burn-txs
Retrieve the mint/burn transaction list of a specified token. Only support solana
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Mint and burn event history for one token.
- This endpoint is Solana-only.
- Pass the token address in
address. limitsupports up to100items per request andoffsetsupports up to10,000.- Filter by
typeto focus on mint events, burn events, or both. - Use
after_timeandbefore_timefor bounded event windows.
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
- This endpoint consumes
30 CUper 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
typeand bound the window withafter_timeandbefore_time. - Page with
offsetandlimit, keepinglimitat100or 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.
