Skip to main content
GET
/
api
/
market
/
v1
/
list-crypto-sectors
ListCryptoSectors
curl --request GET \
  --url https://api.example.com/api/market/v1/list-crypto-sectors
{
  "sectors": [
    {
      "id": "<string>",
      "name": "<string>",
      "change": 123
    }
  ]
}

Response

Successful response

ListCryptoSectorsResponse contains crypto sector performance data.

sectors
object[]