/getAccountDetail
https://[domain]/ws/eca/getAccountDetail
-
Service to view account information for existing account.
-
HTTP Request Type: POST

-
Account Information
-
Account Information
-
-
Account Title
-
Account Status
-
Application Summary (Date started, date approved, date opened, date funded, date closed)
-
Account Alias
-
Primary User
-
Accepted Signature(s)
-
Trading Capabilities (requested, approved, activated)
-
Fee configuration
-
Investment Experience
-
Financial Information
-
Investment Objective
-
Mifid category
-
Regulatory Information
-
User Information
-
Name
-
Email
-
Date of Birth
-
ID information (ID document, citizenship, country of birth)
-
Address
-
Phone Information
-
User (including status)
-
Association Type
-
Security Device
-
Employment Status
-
Employment Details
-
Date which password was last set
-
Subscribed market data services
-

Name |
Value |
Description |
Usage |
---|---|---|---|
CSID |
Client Service ID |
Unique identifier issued by Interactive Brokers.
|
Required |
accountIds |
IBKR Client Account Number |
Comma separated list of account Ids. |
Required |
JSON Request
{
"CSID":"<client-service-id>",
"accountIds":["<ID1>"]
}
Sample
curl -k -H "Content-Type:application/json" -X POST https://qa.interactivebrokers.com/ws/eca/getAccountDetail -d '{"CSID":"TesterCSID","accountIds":["U11111111","U222222","U333333"]}'