Token - Mint/Burn

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

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
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json