Access NFT Transaction List

Accesses the list of NFT transactions from a specific wallet.

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

Wallet index

Query Params
number
Defaults to 0

Data index to start accessing (default value: 0)

number
1 to 200
Defaults to 10

Number of data to access (default value: 10, Minimum value: 1, Maximum value: 200)

string
enum
Defaults to desc

Data sorting direction. asc: Ascending order desc: Descending order (default value: desc)

Allowed:
string

Starting date of data to access (UTC+0). Accesses values greater than or equal to the entered value.

string

Last date of data to access (UTC+0). Accesses values less than the entered value.

string

Transaction Type To Access Distinguish multiple types by a comma. Please enter without spaces. e.g.) When NFT_DEPLOYMENT,NFT_ITEM_CREATION is entered, NFT contract deployment transactions and item minting transactions will be accessed. NFT_DEPLOYMENT: Deployment transaction NFT_ITEM_CREATION: Minting Transaction DEPOSIT: Deposit Transaction WITHDRAWAL: Withdrawal transaction GATHERING: Gathering Transaction

string

Txid to Access. Enter to access transactions of a specific txid.

string

Address to Access. Enter to access transactions sent from or received by a specific txid.

string

NFT contract address

string

Unique ID of the NFT item

Headers
string
required
Defaults to Bearer

API token

Response

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