Rarible · Schema

Currencies

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
currencies array
View JSON Schema on GitHub

JSON Schema

Currencies.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Currencies",
  "type": "object",
  "required": [
    "currencies"
  ],
  "properties": {
    "currencies": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Currency"
      }
    }
  }
}