Rarible · Example Payload

Gettransactions_Get_200_Response

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Gettransactions_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": "getTransactions",
  "method": "GET",
  "path": "/v0.1/data/collections/{collection}/transactions",
  "status": "200",
  "response": {
    "historicalDates": [
      "2022-05-05",
      "2022-05-06",
      "2022-05-07"
    ],
    "historicalValues": [
      3602,
      2566,
      285
    ],
    "currentValue": 260
  }
}