EndpointsSessions

Sessions

GET /v1/sessions

Returns 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

ParameterTypeDefaultDescription
limitnumber50Maximum rows to return. Capped at 100.
cursorstringnoneOpaque cursor from pagination.next_cursor.
startstringnoneStart date or timestamp.
endstringnoneEnd date or timestamp.