GetFees
Retrieves the fees for a specific offer contract on a specified chain.
Client Authoritative (default)
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