Creates multiple wallets in a single request.
results 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.Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
Request body for batch wallet creation.
Array of wallet creation requests. Minimum 1, maximum 100.
1 - 100 elementsBatch 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.