Rarible · Example Payload

Getlisted_Get_200_Response

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Getlisted_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": "getListed",
  "method": "GET",
  "path": "/v0.1/data/collections/{collection}/listed",
  "status": "200",
  "response": {
    "historicalDates": [
      "2022-05-08",
      "2022-05-09",
      "2022-05-10"
    ],
    "historicalValues": [
      524,
      791,
      1619
    ],
    "currentValue": 1767
  }
}