Availability
Available on all plans.Intended Purpose
Use connection APIs to:- List connection statuses for accounts visible to the caller
- Verify broker connectivity for a single trading account
- Monitor active and pending connection health
- Troubleshoot broker integration issues
Endpoints
Status response
Each status includes the account ID, current state, and two timestamps:
An error state is represented as an object, for example
"status": {"Error": "authentication failed"}. Other states are strings.
Connection lifecycle
- Create a trading account
- Configure broker credentials
- Establish broker connectivity
- Monitor connection status
- Execute trading activity
Connection states
A connection may report:Polling considerations
Connection status represents the most recent state observed by the platform. Comparelast_edit_at with last_update_at when deciding whether a status reflects the most recent account change. Status information may lag broker-side events depending on broker update frequency and network conditions.
Common use cases
- Display broker health in dashboards
- Verify readiness before submitting orders
- Alert operators to broker outages
- Audit connection stability