Authentication Status
Current Authentication status to the Brokerage system. Market Data and Trading is not possible if not authenticated, e.g. authenticated shows false
POST /iserver/auth/status
Request Object
No params or body content should be sent.
Python
Abap
Response Object
authenticated: bool.
Returns whether your brokerage session is authenticated or not.
competing: bool.
Returns whether you have a competing brokerage session in another connection.
connected: bool.
Returns whether you are connected to the gateway, authenticated or not.
message: String.
If there is a message about your authenticate status, it will be returned here.
Authenticated sessions return an empty string.
MAC: String.
IBKR MAC information. Internal use only.
serverInfo: Object.
serverName: String.
IBKR server information. Internal use only.
serverVersion: String.
IBKR version information. Internal use only.
hardware_info: String.
IBKR version information. Internal use only.
fail: String.
Returns the reason for failing to retrieve authentication status.
Alternate Response Object
Users that have been timed out or logged out of their session will result in a “false” authentication status, indicating the user is not maintaining a brokerage session.

