Skip to main content
GET
Get market activity

Authorizations

Authorization
string
header
required

Bearer token from Geomi. See Authentication for setup instructions.

Response

Market activity retrieved successfully

The whole board's activity, keyed by market NAME — the key the client joins its rows on. (The 24h contexts endpoint keys by name too; an address here would leave every row without its shape and no error anywhere.)

intervalMs
integer<int64>
required

Echo of [ACTIVITY_INTERVAL_MS], so a consumer never assumes it.

markets
object
required
producedAt
integer<int64>
required

When the candles were read from the venue, unix ms — and the as-of every figure and the series span are measured against. Not when this response was served: a cached read can be delivered up to a minute later.

seriesDays
integer<int64>
required

Echo of [ACTIVITY_SERIES_DAYS].

windowDays
integer<int64>
required

Echo of [ACTIVITY_WINDOW_DAYS]: what the figures were measured over.