Get Grounding History
Returns paginated historical grounding snapshots. Requires authentication.
Supports date range filtering with from/to and anchor clamping with at.
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.
Format
date-timefrom?string
Range start (createdAt >= from)
Format
date-timeto?string
Range end (createdAt <= to), clamped by at
Format
date-timesections?string
Comma-separated section filter (e.g., crypto,macro)
page?integer
Default
1limit?integer
Default
50Range
value <= 50Response Body
curl -X GET "https://api.aixbt.tech/v2/grounding/history"Empty
Empty
Empty