資產資訊、團隊與融資
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": [] }