OpenSea · Example Payload

Get_Token_Group

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Get_Token_Group 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_token_group",
  "method": "GET",
  "path": "/api/v2/token-groups/{slug}",
  "request": {
    "parameters": {
      "slug": "string"
    }
  },
  "response": {
    "200": {
      "slug": "eth",
      "display_name": "Ethereum",
      "symbol": "ETH",
      "description": "string",
      "image_url": "string"
    }
  }
}