Get Wallet Transactions
REST
Get Wallet Transactions
Retrieves all transactions associated with the specified wallet. Optionally filter by date range using ISO 8601 format (e.g., 2025-10-27T00:00:00Z).
API scope required: wallets:transactions.read
GET
Get Wallet Transactions
Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key required for authentication
Path Parameters
A wallet locator can be of the format:
<walletAddress>email:<email>:<chainType>[:<walletType>][:alias:<alias>](walletType defaults to 'smart')userId:<userId>:<chainType>[:<walletType>][:alias:<alias>](white label user example)phoneNumber:<phoneNumber>:<chainType>[:<walletType>][:alias:<alias>]twitter:<handle>:<chainType>[:<walletType>][:alias:<alias>]x:<handle>:<chainType>[:<walletType>][:alias:<alias>]me:<chainType>[:<walletType>][:alias:<alias>](Use when calling from the client side with a client API key)chainType[:<walletType>]:alias:<alias>
Query Parameters
Pattern:
^[1-9]\d*$Pattern:
^[1-9]\d*$Response
The transactions have been successfully retrieved.
List of transactions with their status, signing requirements, and wallet type specific data
transactions
(EVM Smart Wallet · object | EVM MPC Wallet · object | Solana Smart Wallet · object | Solana MPC Wallet · object | Stellar Smart Wallet · object)[]
required
Complete transaction response including status, signing requirements, and wallet type specific data
- EVM Smart Wallet
- EVM MPC Wallet
- Solana Smart Wallet
- Solana MPC Wallet
- Stellar Smart Wallet

