Rarible · Schema

TokenCurrencyAssetType

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
@type string
contract object
View JSON Schema on GitHub

JSON Schema

TokenCurrencyAssetType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TokenCurrencyAssetType",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string",
      "enum": [
        "CURRENCY_TOKEN"
      ]
    },
    "contract": {
      "$ref": "#/components/schemas/ContractAddress"
    }
  },
  "required": [
    "@type",
    "contract"
  ]
}