EndpointsJournals

Journals

Combined journal rows

GET /v1/journal-rows

Returns recent trade and group journal rows in one feed, ordered by created_at descending.

Trade journals

GET /v1/trade-journals

Returns trade-specific journal entries, ordered by created_at descending.

Group journals

GET /v1/group-journals

Returns trade group journal entries, ordered by created_at descending.

Request

curl "https://api.sixoneeighters.com/v1/journal-rows?limit=50" \
  -H "Authorization: Bearer tja_live_xxx"

Pagination

All journal list endpoints support limit, cursor, start, and end. limit is capped at 100; use pagination.next_cursor to fetch the next page.