Rarible · Example Payload

Getcollectionstatistics_Get_200_Response

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Getcollectionstatistics_Get_200_Response is an example object payload from Rarible, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusresponse

Example Payload

Raw ↑
{
  "operationId": "getCollectionStatistics",
  "method": "GET",
  "path": "/v0.1/data/collections/{collection}/statistics",
  "status": "200",
  "response": {
    "listed": 5,
    "items": 10020,
    "owners": 6472,
    "highestSale": [
      {
        "currency": "USD",
        "value": 37.66
      },
      {
        "currency": "ETH",
        "value": 0.009
      }
    ],
    "floorPrice": [
      {
        "currency": "USD",
        "value": 2635
      },
      {
        "currency": "ETH",
        "value": 1
      }
    ],
    "marketCap": [
      {
        "currency": "USD",
        "value": 12195397
      },
      {
        "currency": "ETH",
        "value": 4627
      }
    ],
    "volume": [
      {
        "currency": "USD",
        "value": 37.66
      },
      {
        "currency": "ETH",
        "value": 0.009
      }
    ]
  }
}