/getClientData
https://[domain]/ws/eca/getClientData
-
Service query list of accounts that meet certain criteria.
-
State and/or country of residence
-
Fee configuration
-
Market data services
-
Requested, approved, and/or activated trading capabilities
-
Trading permission(s)
-
Employment type
-
-
HTTP Request Type: POST

Name |
Value |
Description |
Usage |
---|---|---|---|
CSID |
Client Service ID |
Unique identifier issued by Interactive Brokers.
|
Required |
filter |
Filter options: capabilitiesRequested capabilitiesApproved capabilitiesActivated tradingPermission employmentType phoneCountry residenceCountry residenceState feeTemplate marketDataServiceId |
Select one or multiple filter options. |
Required |
filterParameter |
Expected value will vary based on the filter. |
capabilitiesRequested | capabilitiesApproved | capabilitiesActivated
tradingPermission
employmentType residenceState | residenceCountry | phoneCountry
feeTemplate marketDataServiceId |
JSON Request
{"CSID":"<client-service-id>","filter": {"<filter>": ["<filterParameter>", "<filterParameter>"]}}
Sample
curl -k -H "Content-Type:application/json" -X POST https://qa.interactivebrokers.com/ws/eca/getClientData -d '{"CSID":"TesterCSID",{"capabilitiesApproved": ["LEVFX", "OPT"]}}