Skip to main content
GET
Get Wallet Transactions

Headers

X-API-KEY
string
required

API key required for authentication

Path Parameters

walletLocator
string
required

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

page
string
default:1
Pattern: ^\d+$
perPage
string
default:10
Pattern: ^\d+$
dateFrom
string<date-time>

ISO 8601 in UTC. Fractional seconds are optional.

Example:

"2024-01-15T10:30:00.000Z"

dateTo
string<date-time>

ISO 8601 in UTC. Fractional seconds are optional.

Example:

"2024-01-15T10:30:00.000Z"

Response

The transactions have been successfully retrieved.

transactions
(EVM MPC Wallet · object | EVM Smart Wallet · object | Stellar Smart Wallet · object | Solana Smart Wallet · object | Solana MPC Wallet · object)[]
required

Complete transaction response including status, signing requirements, and wallet type specific data