Interactivebrokers
Connector for the interactivebrokers API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.interactivebrokers.com/tradingapi/v1 - Auth:
header:portal(pass your key via theapiKeyinput)
Operations
get_accounts— GET /accounts — Brokerage Accountsget_accounts_account_orders— GET /accounts/{account}/orders — Open Ordersget_accounts_account_orders_customerorderid— GET /accounts/{account}/orders/{CustomerOrderId} — Return specific order infoget_accounts_account_positions— GET /accounts/{account}/positions — Account Positionsget_accounts_account_summary— GET /accounts/{account}/summary — Account Values Summaryget_accounts_account_trades— GET /accounts/{account}/trades — Returns trades in account
Inputs
apiKey— your interactivebrokers API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_accounts
apiKey: <your key>