Skip to main content
GET
Get next crypto deposit account order

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

after
string<date-time>
required

Return the earliest sweep strictly after this timestamp.

Response

200 - application/json

The next sweep, with the same {id, status} object as GET order, or null if none after after.

The next crypto deposit-account sweep into the path wallet after after, or null if none. The order object matches GET order.

order
GetCryptoDepositAccountOrderResponse · object | null
required

A crypto deposit-account sweep identified by its wallet action ID. Status is the wallet-action status.