Create a Deposit Address
This API endpoint generates or retrieves a unique deposit address for a specific user and currency. The returned address can be used by the user to send funds from personal wallets into merchant
Body
Request to get deposit address
currency_idstringRequired
Currency ID, which can be retrieved using supported currencies.
user_reference_idstringRequired
The unique user reference to identify a user for transaction tracking
Responses
200
Deposit address generated
application/json
422
Validation error
application/json
post
/v1/user/deposit/addressLast updated