Rarible · Example Payload

Getcollectionstats_Get_200_Response

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Getcollectionstats_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": "getCollectionStats",
  "method": "GET",
  "path": "/v0.1/data/collections/{collection}/stats",
  "status": "200",
  "response": {
    "highestSale": 43.71,
    "floorPrice": 1.45,
    "marketCap": 14529,
    "items": 10020,
    "owners": 6472,
    "volume": 41913.50477591493
  }
}