API
Trading Inputs
| Method | Endpoint | Purpose |
|---|---|---|
GET | /api/market/status/latest | Latest market-wide status row. |
GET | /api/market/status?limit=500 | Historical market-wide status rows, optionally filtered by from date and limit. |
GET | /api/market/instruments/latest | Latest per-instrument status rows for the latest market snapshot. |
GET | /api/market/instruments?asset=BTC&limit=500 | Historical instrument status rows, optionally filtered by asset, from date, and limit. |
GET | /api/tasks | Configured task status, schedules, and next invocation timestamps. |
GET | /api/task-runs?limit=100 | Recent task run history, including cost fields when available. |
POST | /api/tasks/crypto-twitter-sentiment/run | Manually trigger the crypto Twitter sentiment task. |