资产信息、团队与融资
GET /v1/markets/asset-info:为资产详情页的 Info、Team 和 Funding 标签提供规范化信息。股票使用 Minara 公司资料接口,加密资产使用项目元数据。
GET /v1/markets/asset-info
为资产详情页的 Info、Team 和 Funding 标签提供规范化信息。股票使用 Minara 公司资料接口,加密资产使用项目元数据。
| 方法 | GET |
| 路径 | /v1/markets/asset-info |
| 认证 | 设置 GATEWAY_AUTH_TOKEN 时需要 Authorization: Bearer <token> |
| 类别 | market |
响应体
{ "symbol": "BTC", "type": "crypto", "profile": { "description": "..." }, "executives": [], "team": [{ "name": "...", "title": "...", "avatar": "..." }], "investors": [{ "name": "...", "logo": "...", "description": "..." }], "employeeHistory": [] }