Sessions
GET /v1/sessionsReturns trading sessions with notes, metrics, market context, and review fields, ordered by date descending.
Request
curl "https://api.sixoneeighters.com/v1/sessions?limit=25" \
-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. |