PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.93k stars 5.27k forks source link

Interactive Brokers #7985

Open sabarivasan1 opened 1 year ago

sabarivasan1 commented 1 year ago

Name of app / service Interactive Brokers https://www.interactivebrokers.com/en

Link to developer documentation https://www.interactivebrokers.com/en/trading/ib-api.php#api-software

sergio-eliot-rodriguez commented 1 year ago

Special requirements for registering OAuth client.

  1. A 2048-bit RSA public key for signing HTTP requests (using RSA-SHA256)
  2. A 2048-bit RSA public key for encrypting the access token secret
  3. A 2048-bit Diffie-Hellman prime and generator
  4. A signature method (currently only RSA-SHA256 is supported)
  5. A callback URL to be used during the verification step
  6. Interactive brokers onboarding instructions. Under Oauth Technical Details Trading APIs

For individual logins, requires some special Client Portal API middleware, likely not feasible for Pipedream. Step Two: Download and unzip the Client Portal API Gateway Individual clients using Client Portal API will need to use a Java-based API gateway in order to access protected endpoints. in Client Portal API documentation, Quickstart guide