Skip to main content
POST
/
v1
/
worker
/
tick
Fire Tick
curl --request POST \
  --url https://api.example.com/v1/worker/tick
{
  "started_at": "<string>",
  "last_tick_at": "<string>",
  "last_tick_duration_ms": 123,
  "tick_count": 123,
  "strategies_considered_last": 123,
  "bets_written_last": 123,
  "last_error": "<string>",
  "recent_decisions": [
    {}
  ]
}

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
strategies_considered_last
integer
required
bets_written_last
integer
required
last_error
string | null
required
recent_decisions
Recent Decisions · object[]
required