Generate A Live Session Token

View as MarkdownOpen in Claude
Generate a Live Session Token shared secret and gain access to Web API.

Headers

AuthorizationstringOptional

OAuth 1.0a authorization request header for request to /live_session_token endpoint.

Response

Success response with Diffie-Hellman challenge and Signature value

diffie_hellman_challengestring

Diffie-Hellman challenge value used to compute live session token locally by client.

live_session_token_signaturestring

Signature value used to validate successful client-side computation of live session token.

live_session_token_expirationlong
Unix timestamp in milliseconds of time of live session token computation by IB. Live session tokens are valid for 24 hours from this time.

Errors

401
Unauthorized Error
503
Service Unavailable Error