Rarible · Schema

OrderFees

Base fees

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
fees object
View JSON Schema on GitHub

JSON Schema

OrderFees.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OrderFees",
  "type": "object",
  "description": "Base fees",
  "required": [
    "fees"
  ],
  "properties": {
    "fees": {
      "type": "object",
      "additionalProperties": {
        "type": "integer",
        "description": "Basic points from 0 to 10000"
      }
    }
  }
}