AIXBT Docs

Get Grounding History

Returns paginated historical grounding snapshots. Requires authentication. Supports date range filtering with from/to and anchor clamping with at.

GET
/v2/grounding/history

Authorization

ApiKeyAuth
x-api-key<token>

API key to authorize requests

In: header

Query Parameters

at?string

Anchor timestamp. Clamps to if it exceeds this value. Defaults to now.

Formatdate-time
from?string

Range start (createdAt >= from)

Formatdate-time
to?string

Range end (createdAt <= to), clamped by at

Formatdate-time
sections?string

Comma-separated section filter (e.g., crypto,macro)

page?integer
Default1
limit?integer
Default50
Rangevalue <= 50

Response Body

curl -X GET "https://api.aixbt.tech/v2/grounding/history"
Empty
Empty
Empty