MINARA

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.

MethodGET
Path/v1/markets/asset-info
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorymarket

Response body

{ "symbol": "BTC", "type": "crypto", "profile": { "description": "..." }, "executives": [], "team": [{ "name": "...", "title": "...", "avatar": "..." }], "investors": [{ "name": "...", "logo": "...", "description": "..." }], "employeeHistory": [] }

On this page