Get Wallet Transactions
Wallets
Get Wallet Transactions
Retrieves all transactions associated with the specified wallet.
API scope required: wallets:transactions.read
GET
Get Wallet Transactions
Headers
API key required for authentication
Path Parameters
A wallet locator can be of the format:
<walletAddress>email:<email>:<walletType>userId:<userId>:<walletType>userId:<userId>:<walletType>(white label user example)phoneNumber:<phoneNumber>:<walletType>twitter:<handle>:<walletType>x:<handle>:<walletType>
Response
The transactions have been successfully retrieved.
List of transactions with their status, signing requirements, and wallet type specific data
transactions
(EVM transaction response · object | Solana transaction response · object | EVM MPC transaction response · object | Solana smart wallet transaction response · object)[]
required
Complete transaction response including status, signing requirements, and wallet type specific data
- EVM transaction response
- Solana transaction response
- EVM MPC transaction response
- Solana smart wallet transaction response
Example:

