Settlement Log
Cursor-paginated audit log of recent settlements across all matches
GET
Settlement log (cursor-paginated)
Documentation Index
Fetch the complete documentation index at: https://docs.ticktock.bet/llms.txt
Use this file to discover all available pages before exploring further.
What it returns
Append-only log of every settlement decision —won / lost / void — with the actor (engine / system / admin), reason, and resettlement flag. Use it for:
- Reconciliation — daily catch-up against your live AMQP feed.
- Disputes — historical record of how a market was graded.
- Resettlements — entries with
is_resettlement: trueare corrections to previously-settled markets.
?since_id=<cursor>. The id field on the most recent entry becomes the next call’s cursor.
Required scope
- Minimum:
cs2:markets:settlements
Reconciliation pattern
Authorizations
Tenant API key issued during onboarding
Query Parameters
Required range:
1 <= x <= 200Cursor: return entries created after this ID.
Response
Successful Response
The response is of type Response List Settlements Cs2 V1 Settlements Get · object.
Last modified on May 10, 2026
Settlement log (cursor-paginated)