Skip to main content
GET
/
v1
/
worker
/
settle
/
status
Settle Status
curl --request GET \
  --url https://api.example.com/v1/worker/settle/status
{
  "started_at": "<string>",
  "last_tick_at": "<string>",
  "last_tick_duration_ms": 123,
  "tick_count": 123,
  "bets_examined_last": 123,
  "bets_settled_last": 123,
  "last_error": "<string>",
  "recent": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.edge.glitchexecutor.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-dev-user
string | null
authorization
string | null

Response

Successful Response

started_at
string | null
required
last_tick_at
string | null
required
last_tick_duration_ms
integer | null
required
tick_count
integer
required
bets_examined_last
integer
required
bets_settled_last
integer
required
last_error
string | null
required
recent
Recent · object[]
required