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.
| Method | GET |
| Path | /v1/market/trending |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | market |
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 }