Rarible · Example Payload

Getuserrankingbyvolume_Get_200_Response

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Getuserrankingbyvolume_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": "getUserRankingByVolume",
  "method": "GET",
  "path": "/v0.1/data/rankings/{entity}/volume",
  "status": "200",
  "response": {
    "result": [
      {
        "id": "ETHEREUM:0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85",
        "items": 178,
        "transactions": 11,
        "volumeUsd": {
          "currency": "USD",
          "value": 1000
        },
        "volumeNative": {
          "currency": "ETH",
          "value": 0.75
        }
      }
    ]
  }
}