Create crypto deposit account
Create a deposit address to send crypto to to convert it into a target asset.
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.
Request expiry. Value is a Unix timestamp in milliseconds representing the deadline by which the request must be processed.
Idempotency keys ensure API requests are executed only once within a 24-hour window.
Path Parameters
ID of the wallet.
Body
- CreateCryptoDepositAccountWithConfigRequestBody
- CreateCryptoDepositAccountWithRouteRequestBody
Creates a crypto deposit account from an existing deposit configuration.
1Response
The created crypto deposit account.
Response returned after creating a crypto deposit account.

