Skip to main content
GET
Settlement log (cursor-paginated)

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: true are corrections to previously-settled markets.
Cursor pagination via ?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

See Settlement for the full reconciliation guide.

Authorizations

X-API-Key
string
header
required

Tenant API key issued during onboarding

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
since_id
string<uuid> | null

Cursor: 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