Journals
Combined journal rows
GET /v1/journal-rowsReturns recent trade and group journal rows in one feed, ordered by created_at descending.
Trade journals
GET /v1/trade-journalsReturns trade-specific journal entries, ordered by created_at descending.
Group journals
GET /v1/group-journalsReturns 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.