Get snapshot
GET/v1/trading/accounts/:account_id/snapshot
Returns the current trading state snapshot for the selected account.
The payload matches the trading_state_snapshot event delivered through
the trading events stream.
The snapshot contains current open orders, open positions, and account_state.
Runtime restrictions:
- unavailable if trade_mode is trading_disabled
Request
Responses
- 200
- 400
- 401
- 410
- 500
Trading state snapshot.
Bad Request
Possible reasons:
- trading disabled
Authorization failed
Invalid account
Internal Server Error
The server encountered an unexpected condition that prevented it from fulfilling the request.