Create a Deposit Address

Get deposit address

post

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
chevron-right
200

Deposit address generated

application/json
post
/v1/user/deposit/address

Last updated