市场热力图
全市场热力图节点;可传上次返回的 hash 做增量。
HTTP 方法与路径:GET /api/v1/market/hotmap
入参
Path
| 路径参数 | 无 |
Query
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
quotedata_hash | string | 否 | 上次响应中的增量 hash |
响应
响应外壳:成功时 JSON 含
success、data、可选message,见 统一响应体。
响应示例
对应请求 GET /api/v1/market/hotmap。字段以线上为准。
{
"success": true,
"data": "(该采样在缓存中无法解析为合法 JSON,常见原因为未转义换行或控制字符;文档不嵌入原文。请以真实请求或服务 OpenAPI /docs 为准。)"
}请求示例
curl -sS -H "Authorization: Bearer <API_KEY>" "http://localhost:4000/api/v1/market/hotmap"Last updated on