MINARA

Trending assets

GET /v1/market/trending — Returns normalized trending crypto and stock rows for the Workbench asset switcher. Each upstream source fails independe

GET /v1/market/trending

Returns normalized trending crypto and stock rows for the Workbench asset switcher. Each upstream source fails independently; partial reports whether either selected source failed.

MethodGET
Path/v1/market/trending
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorymarket

Response body

{ "results": [{ "symbol": "BTC", "name": "BTC", "category": "crypto", "marketType": "spot", "price": 78000.12, "changePct": 1.23, "marketCap": 1540000000000, "volume24h": 32500000000, "logoUrl": "https://...", "source": "minara" }], "partial": false }

On this page