Asset information, team, and funding
GET /v1/markets/asset-info — Normalized information for the asset detail Info, Team, and Funding tabs. Stocks use Minara's company profile endpoint;
GET /v1/markets/asset-info
Normalized information for the asset detail Info, Team, and Funding tabs. Stocks use Minara's company profile endpoint; crypto assets use project metadata.
| Method | GET |
| Path | /v1/markets/asset-info |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
Response body
{ "symbol": "BTC", "type": "crypto", "profile": { "description": "..." }, "executives": [], "team": [{ "name": "...", "title": "...", "avatar": "..." }], "investors": [{ "name": "...", "logo": "...", "description": "..." }], "employeeHistory": [] }