OpenSea · Example Payload

Get_Offers_Collection_Trait

NFTMarketplaceWeb3BlockchainTradingDigital Assets

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

Top-level fields

operationIdmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operationId": "get_offers_collection_trait",
  "method": "GET",
  "path": "/api/v2/offers/collection/{slug}/traits",
  "request": {
    "parameters": {
      "slug": "string",
      "mode": "STRING",
      "type": "string",
      "value": "string",
      "float_value": 0.0
    }
  },
  "response": {
    "200": {
      "offers": [
        {
          "order_hash": null,
          "chain": null,
          "protocol_data": null,
          "protocol_address": null,
          "asset": null
        }
      ],
      "next": "string"
    }
  }
}