API

Trading Inputs

MethodEndpointPurpose
GET/api/market/status/latestLatest market-wide status row.
GET/api/market/status?limit=500Historical market-wide status rows, optionally filtered by from date and limit.
GET/api/market/instruments/latestLatest per-instrument status rows for the latest market snapshot.
GET/api/market/instruments?asset=BTC&limit=500Historical instrument status rows, optionally filtered by asset, from date, and limit.
GET/api/tasksConfigured task status, schedules, and next invocation timestamps.
GET/api/task-runs?limit=100Recent task run history, including cost fields when available.
POST/api/tasks/crypto-twitter-sentiment/runManually trigger the crypto Twitter sentiment task.