GetFees

Retrieves the fees for a specific offer contract on a specified chain.

Client Authoritative (default)

public static VyTask<VyOfferFeeDto> GetFees(eVyChain chain, string contractAddress)

Path Parameters

chain

The chain on which the offer contract is deployed.

contractAddress

string

The address of the offer contract.

Returns

VyTask<VyOfferFeeDto> An asynchronous task that returns the fees for the specified offer contract.

Last updated