Skip to main content

GET /positions

Lists open positions.
Example response (200):
Fields:
  • platform: paper (or a real venue in live mode)
  • direction: long / short
  • size_notional: notional exposure
  • margin_type: e.g. isolated
  • conviction_id, regime_at_entry, pcs_at_entry, cts_at_entry: context captured at entry

GET /positions/{position_id}

Returns a single position.
Errors:
  • 404 {"detail":"Position not found"}
  • 401 auth.*

CLI equivalent