GetUserOrderWithdrawalMax

Retrieves the maximum withdrawal amount for a user's order.

Client Authoritative (default)

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