GetDepositAddresses
Retrieves all deposit addresses for a given user.
Client Authoritative (default)
Overloads
GetDepositAddresses <string>
Path Parameters
Returns
VyTask<VyDepositAddressDto[]> An asynchronous task that returns an array of VyDepositAddressDto objects representing the deposit addresses of the user.
GetDepositAddresses
Path Parameters
Returns
VyTask<VyDepositAddressDto[]> An asynchronous task that returns an array of deposit addresses for the authenticated user.
Last updated