CreateDepositAddress
Creates a deposit address for a user.
Server Authoritative (default)
Overloads
CreateDepositAddress <string, VyCreateDepositAddressRequest>
Path Parameters
reqParams | The request parameters for creating the deposit address. |
Returns
VyTask<VyDepositAddressDto> A task that represents the asynchronous operation. The task result contains the created deposit address.
CreateDepositAddress <VyCreateDepositAddressRequest>
Path Parameters
reqParams | The request parameters for creating a new deposit address. |
Returns
VyTask<VyDepositAddressDto> A task that represents the asynchronous operation. The task result contains the newly created deposit address.
Last updated