Skip to main content
GET
Get transactions

Authorizations

Authorization
string
header
required

Basic Auth header with your app ID as the username and your app secret as the password.

Headers

privy-app-id
string
required

ID of your Privy app.

Path Parameters

wallet_id
string
required

ID of the wallet.

Query Parameters

cursor
string
Minimum string length: 1
limit
number | null
Required range: x <= 100
chain
enum<string>
required

Chains supported for transaction history queries.

Available options:
ethereum,
arbitrum,
avalanche,
base,
base_sepolia,
bsc,
tempo,
linea,
optimism,
polygon,
solana,
sepolia
asset

Exactly one of asset or token is required. Cannot be used together with token.

Available options:
usdc,
usdc.e,
eth,
avax,
pol,
bnb,
usdt,
eurc,
usdb,
pathusd
token

Exactly one of token or asset is required. Cannot be used together with asset.

tx_hash
string
include_archived
boolean

Include archived wallets in lookup. Defaults to false.

Response

200 - application/json

Latest wallet transactions.

transactions
object[]
required
next_cursor
string | null
required