GetFees
Retrieves the fees for a specific offer contract on a specified chain.
public static VyTask<VyOfferFeeDto> GetFees(eVyChain chain, string contractAddress)
Path Parameters
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