Skip to main content
GET
List wallet actions

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.

privy-authorization-signature
string

Request authorization signature. If multiple signatures are required, they should be comma separated.

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
type
enum<string>

Type of wallet action

Available options:
swap,
transfer,
earn_deposit,
earn_withdraw,
earn_incentive_claim,
earn_fee_collect

Response

200 - application/json

Paginated list of wallet actions.

Paginated list of wallet actions.

data
(SwapActionResponse · object | TransferActionResponse · object | EarnDepositActionResponse · object | EarnWithdrawActionResponse · object | EarnIncentiveClaimActionResponse · object | EarnFeeCollectActionResponse · object)[]
required

Response for a swap action.

next_cursor
string | null
required