Get Active Trades for Account

Retrieve all active trades for a specific trading account (user).

Returns data from Redis only (no third-party API or DB for this read):

  • positions: From ACCOUNT_TRADES cache (OPEN trades)
  • orders: From ACCOUNT_ORDERS cache (PENDING orders)

Response includes:

  • account_number
  • total_positions, positions[]
  • total_orders, orders[]

Returns 404 if the account has no open positions and no pending orders.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Trading account number (login ID)

Responses

401

Invalid or missing API key

403

Access denied (CRM token company scope)

404

Account has no active trades (no positions and no pending orders)

429

Rate limit exceeded

503

Redis temporarily unavailable

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json