跳到正文

获取加密货币板块列表

GET
/crypto/sectors

授权

ApiKeyAuth
类型
API Key (header: CP-X-API-KEY)

响应

Crypto sector data.

application/json
JSON
[
  
{
  
  
"id": "layer-1",
  
  
"coingecko_id": "layer-1",
  
  
"name": "Layer 1 (L1)",
  
  
"market_cap": "67890.123456",
  
  
"market_cap_change_24h": "67890.123456",
  
  
"volume_24h": "67890.123456",
  
  
"top_3_coins_ids": [
  
  
  
"string"
  
  
],
  
  
"content": "string",
  
  
"updated_at": "string"
  
}
]

试验场

授权

示例