[BETA] Wallet Explorer API
Get Historical Transactions
Retrieve all transactions for a specified wallet within a given timeframe.
GET
/
wallet
/
transactions
Query Parameters
The user wallet queried
The user wallets queried (comma separated)
Start of the timeframe for transactions (timestamp)
End of the timeframe for transactions (timestamp)
Specific asset to filter transactions
Blockchains to fetch NFTs from (by default, all) - comma separated, chain ID or chain name
Number of transactions to return per page
Number of transactions to skip
Available options:
asc
, desc
Response
200 - application/json