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