Rarible · Schema

LatestIndexedBlock

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Properties

Name Type Description
blockchain object
blockNumber integer
View JSON Schema on GitHub

JSON Schema

LatestIndexedBlock.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LatestIndexedBlock",
  "type": "object",
  "required": [
    "blockchain",
    "blockNumber"
  ],
  "properties": {
    "blockchain": {
      "$ref": "#/components/schemas/Blockchain"
    },
    "blockNumber": {
      "type": "integer",
      "format": "int64"
    }
  }
}