Guide to generate new crypto deposit address
As a user, I would like to generate a new crypto wallet address to receive payments.
Clients looking to receive payments in cryptocurrency need a dedicated wallet. By making a POST
request to /deposits/user-crypto-deposits
with accountGuid
, addressType
, callbackUrl
and network
, a new wallet address will be generated. The response will include the unique ID, generated address, and currency of the new wallet.
Updated about 2 months ago