List User's Accounts
List all trading accounts of a particular user
Overview
apiURL/v1.0/users/644(userID)/accountsResponse
[
{
"Id": 644,
"ClearingAccount": "6303",
"AccessType": "Full",
"MarginType": "DayTrader",
"Enabled": true
}
]Common Mistakes
Failing to Specify the Et-App-Key Parameter
Specifying the Regular User ID Instead of the Internal One
Last updated