Crypto Wallet
Generate Wallet Address
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 and autoSettlement so incoming crypto can be paid out to that bank.
A trade.address.created webhook is sent as a fallback once the address is live, containing the address, asset, and label.
post/trades/sell/assets/{id}/generate-address
Path parameters
idstring required
ID of the crypto asset. Returned by the list sell assets endpoint.
Request body
Example request
{
"label": "unique-identifier",
"bankId": "39",
"narration": "Breet payout",
"accountNumber": "215842XXXX",
"autoSettlement": true
}Response
Wallet address generated successfully