GetWithdrawalFees

Retrieves withdrawal fees for a specified eVyChain.

Client Authoritative (default)

public static VyTask<VyWithdrawalFeeDto> GetWithdrawalFees(eVyChain chain)

Path Parameters

chain

The eVyChain for which to retrieve withdrawal fees.

Returns

VyTask<VyWithdrawalFeeDto> A task that represents the asynchronous operation. The task result contains the withdrawal fees for the specified eVyChain.

Last updated