Market Snapshot (Real-Time)
Returns nasdaq’s current most-active-by-share-volume list in the same PriceSnapshot record shape /prices/snapshot answers with (go/service/marketsnapshot.go). Financial Datasets publishes no parameters for this route and neither does this server. What differs from Financial Datasets is coverage, not shape: this snapshot carries nasdaq’s most-active set, not the whole market. day_change_percent is derived from price and day_change against the implied previous close and is omitted when that previous close is zero; time and time_milliseconds both come from the feed’s single trade timestamp, normalized to UTC. Unlike the ownership-state routes, this data IS current: the response carries the feed’s own data_as_of label so a caller can confirm that directly.
Authorizations
The caller's own Monid API key (get one at https://monid.ai?fpr=dhruv-15136b). Passed straight through to Monid on every call, so usage bills the caller's own wallet — this is never a shared server-side credential, and the server never logs or stores it. Missing, empty, or malformed values answer 401 unauthorized before any paid call is attempted.
Response
Illustrative shape (no captured live sample committed for this route); values are structural placeholders, not a claim about real reported figures.
Market snapshot envelope: {"snapshots": [...]}, matching Financial Datasets' own PriceSnapshotMarketResponse, plus data_as_of. snapshots is always present, empty when the feed reports no movers.