Get transactions for a wallet address
Fetches the list of transactions for a given wallet address within an environment.
GET
Get transactions for a wallet address
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Available options:
ETH, EVM, FLOW, SOL, ALGO, STARK, COSMOS, BTC, ECLIPSE, SUI, SPARK, TRON, APTOS, TON, STELLAR, ALEO, TEMPO, MIDNIGHT Public key (address) of the wallet
Maximum string length:
255Pattern:
^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$Example:
"An example name"
Query Parameters
Required range:
1 <= x <= 100Optional token contract address (EVM) or SPL mint address (Solana) to filter transaction history by token. To filter by the chain's native token, pass its sentinel address: 0x0000000000000000000000000000000000000000 for EVM native (e.g. ETH on Ethereum, MATIC on Polygon) or So11111111111111111111111111111111111111112 for native SOL on Solana.
Get transactions for a wallet address