Rarible · Example Payload

Getcollectionsaggregatedstatistics_Post_200_Response

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Getcollectionsaggregatedstatistics_Post_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": "getCollectionsAggregatedStatistics",
  "method": "POST",
  "path": "/v2.0/data/collections/statistics/aggregated",
  "status": "200",
  "response": {
    "owners": 6472,
    "highestSaleUsd": 37.66,
    "volumeUsd": 37.66
  }
}