v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Transactions

Token - Mint/Burn

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

get/defi/v3/token/mint-burn-txs

Query parameters

addressstring required

The address of the token contract.

sort_by'block_time' required

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

sort_type'desc' | 'asc' required

Specify the sort order.

type'all' | 'mint' | 'burn' required

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

after_timeinteger

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.

before_timeinteger

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.

offsetinteger

Pagination start position. offset + limit <= 10000

limitinteger

Number of items per page.

Headers

x-chain'solana'

Solana network only.

Response

JSON object containing a list of mint/burn transactions

successboolean required