GetUserOrderWithdrawalMax
Retrieves the maximum withdrawal amount for a user's order.
public static VyTask<VyUserOrderWithdrawalMaxDto> GetUserOrderWithdrawalMax()
Path Parameters
Returns
VyTask<VyUserOrderWithdrawalMaxDto> An asynchronous task that returns a VyUserOrderWithdrawalMaxDto object representing the maximum withdrawal amount for a user's order.
Last updated