Rarible · Schema

Asset

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
type object
value object
View JSON Schema on GitHub

JSON Schema

Asset.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Asset",
  "type": "object",
  "properties": {
    "type": {
      "$ref": "#/components/schemas/AssetType"
    },
    "value": {
      "$ref": "#/components/schemas/BigDecimal"
    }
  },
  "required": [
    "type",
    "value"
  ]
}