List wallet actions
Wallet actions
List all wallet actions
List all wallet actions for a wallet.
GET
List wallet actions
Authorizations
Basic Auth header with your app ID as the username and your app secret as the password.
Headers
ID of your Privy app.
Request authorization signature. If multiple signatures are required, they should be comma separated.
Path Parameters
ID of the wallet.
Query Parameters
Minimum string length:
1Required range:
x <= 100Type of wallet action
Available options:
swap, transfer, earn_deposit, earn_withdraw, earn_incentive_claim 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)[]
required
Response for a swap action.
- SwapActionResponse
- TransferActionResponse
- EarnDepositActionResponse
- EarnWithdrawActionResponse
- EarnIncentiveClaimActionResponse

