MINARA

Top gainers / losers / most active

GET /v1/markets/movers — Biggest movers for the markets overview board. `class=stocks` (default) returns equity gainers, losers, and most-active

GET /v1/markets/movers

Biggest movers for the markets overview board. class=stocks (default) returns equity gainers, losers, and most-active from Yahoo Finance's public predefined screeners, with Minara trending stocks as a fallback. class=crypto returns a Minara-trending fallback only — the board's primary crypto movers come from the Binance public WebSocket stream client-side. Cached for 60s.

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

Response body

{ "gainers": [{ "symbol": "NVDA", "name": "NVIDIA", "price": 123.4, "changePct": 5.2, "volume": 1000000 }], "losers": [], "active": [] }

On this page