Create wallets in batch
Wallets
Create wallets in batch
Creates multiple wallets in a single request.
POST
Create wallets in batch
Batch behavior
This endpoint creates multiple wallets in a single request. Each wallet creation is processed independently, so a failure for one wallet does not affect the others. If the request body is valid, the endpoint returns HTTP 200 with aresults array containing the success or failure status for each wallet. Request-level errors (invalid body, authentication failure, rate limiting) return standard HTTP error codes before any wallets are processed.Authorizations
Basic Auth header with your app ID as the username and your app secret as the password.
Headers
ID of your Privy app.
Body
application/json
Request body for batch wallet creation.
Array of wallet creation requests. Minimum 1, maximum 100.
Required array length:
1 - 100 elementsResponse
200 - application/json
Batch creation results. Always returns 200 with a results array containing success/failure status for each wallet.
Response for a batch wallet creation request.
Array of results for each wallet creation request, in the same order as input.
A successful wallet creation result within a batch operation.
- WalletBatchCreateSuccess
- WalletBatchCreateFailure

