Rarible · Example Payload

Searchduplicateditems_Post_Request

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Searchduplicateditems_Post_Request is an example object payload from Rarible, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathrequestBody

Example Payload

Raw ↑
{
  "operationId": "searchDuplicatedItems",
  "method": "POST",
  "path": "/v0.1/items/search/duplicates",
  "requestBody": {
    "size": 10,
    "filter": {
      "blockchains": [
        "ETHEREUM"
      ],
      "deleted": false,
      "sellPriceFrom": 0,
      "sellPriceTo": 100,
      "sellCurrency": "ETHEREUM:0x0000000000000000000000000000000000000000",
      "lastUpdatedAtFrom": "2022-12-01T00:00:00Z",
      "lastUpdatedAtTo": "2029-12-01T00:00:00Z"
    },
    "traits": [
      "series"
    ]
  }
}