Rarible · Example Payload

Searchcollection_Post_Request

NFTNon-Fungible TokensMarketplaceAggregatorMultichainEthereumPolygonArbitrumFlowWeb3BlockchainCollectionsOrder BookTradingIndexer

Searchcollection_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": "searchCollection",
  "method": "POST",
  "path": "/v0.1/collections/search",
  "requestBody": {
    "size": 10,
    "filter": {
      "blockchains": [
        "ETHEREUM"
      ],
      "text": "Apes"
    }
  }
}