Reviews
Weekly reviews
GET /v1/weekly-reviewsReturns weekly review history, ordered by period_start descending.
Missed trades
GET /v1/missed-tradesReturns missed trade journal entries, ordered by missed_at descending.
Request
curl "https://api.sixoneeighters.com/v1/weekly-reviews?limit=20" \
-H "Authorization: Bearer tja_live_xxx"Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | number | 50 | Maximum rows to return. Capped at 100. |
cursor | string | none | Opaque cursor from pagination.next_cursor. |
start | string | none | Start date or timestamp. |
end | string | none | End date or timestamp. |