[BETA] Wallet Explorer API
Get Historical Transactions
Retrieve all transactions for a specified wallet within a given timeframe.
GET
/
wallet
/
transactions
Query Parameters
wallet
string
The user wallet queried
wallets
string
The user wallets queried (comma separated)
from
integer
Start of the timeframe for transactions (timestamp)
to
integer
End of the timeframe for transactions (timestamp)
asset
string
Specific asset to filter transactions
blockchains
string
Blockchains to fetch NFTs from (by default, all) - comma separated, chain ID or chain name
limit
integer
default: 50Number of transactions to return per page
offset
integer
default: 10Number of transactions to skip
order
enum<string>
default: ascAvailable options:
asc
, desc
unlistedAssets
boolean
default: falseResponse
200 - application/json
data
object