latestOpenAPI 3.1.02026-08-22181751733.6 KB

67f9f562c2c6

tradingOAuth10A

Generate A Live Session Token

Generate a Live Session Token shared secret and gain access to Web API.

post/oauth/live_session_token

Headers

Authorizationstring

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_expirationinteger

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