cURL
curl --request GET \ --url https://api.example.com/api/market/v1/list-crypto-sectors
{ "sectors": [ { "id": "<string>", "name": "<string>", "change": 123 } ] }
ListCryptoSectors retrieves crypto sector performance averages.
Successful response
ListCryptoSectorsResponse contains crypto sector performance data.
Show child attributes
Was this page helpful?