Retrieve market fees

Retrieve the relevant market fees for an NFT that you want to put on sale.

Request Endpoint: reference

GET /fees/offer/{chain}/{contractAddress}
ParameterParam TypeDescriptionData TypeMandatory
{chain}PathThe chain on which the NFT residesString
{contractId}PathThis is the id of the contract.String

Response Body Description:

The following fees can be applicable for a certain NFT:

  • marketFee (percentage of sales price):
    • The fee that Venly takes to process the offer on the market, once the offer is sold.
  • contractOwnerFee (percentage of sales price)
    • The fee that the contract owner of the NFT will receive, once the offer is sold.
  • sellerTxFee (fixed amount in USDC)
    • The transaction fee that has to be paid by the seller to handle GAS fees on expensive chains (e.g. Ethereum). This fee is immediately paid by the seller when the offer is created (regardless if it will be eventually sold).