Overview

618ers API

The 618ers API gives users temporary, revocable, read-only access to their own journal data. It is designed for trusted integrations that need summaries, trades, journals, sessions, reviews, missed trades, and analytics.

Base URL

https://api.sixoneeighters.com

Quick request

curl "https://api.sixoneeighters.com/v1/summary?period=30d" \
  -H "Authorization: Bearer tja_live_xxx"

What the API can access

  • Trades and trade groups
  • Trade journals and group journals
  • Sessions
  • Weekly reviews
  • Missed trades
  • Summary analytics

What the API cannot do

  • Import records
  • Edit or delete records
  • Sync brokers
  • Execute trades
  • Access broker credentials

API reference

GET
/v1/summary

Compact integration summary.

GET
/v1/trades

Paginated trade history.

GET
/v1/journal-rows

Recent trade and group journal rows.