OpenSea · Example Payload

Get_Collection_Traits

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Get_Collection_Traits 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_collection_traits",
  "method": "GET",
  "path": "/api/v2/traits/{slug}",
  "request": {
    "parameters": {
      "slug": "string"
    }
  },
  "response": {
    "200": null
  }
}