Generates a permanent deposit wallet address for a specified asset. Each address is unique and reusable, so you only need to call this once per user per asset. Store the returned address and display it for future deposits. Optionally pass bank details to prepare the address for auto-settlement.
Your application ID from the Breet dashboard
Your application secret from the Breet dashboard
Environment selector: development or production
ID of the crypto asset. Returned by the list sell assets endpoint.
A unique name for the wallet address.
Bank identifier from the GET /payments/banks endpoint. Required when accountNumber is provided.
A short note included with bank settlement payouts. Maximum 32 characters.
Bank account number for settlement payouts. Required when bankId is provided.
Wallet address generated successfully