Add Account To User By Username
Last updated
Last updated
apiVersion*
The version of API. By default, set it to 1.0
.
accountId*
integer
This is the internal identifier of the trading account which is to be bound to an existing user.
username*
String
This field represents the username of the user to whom an existing trading account should be bound.\
accessType*
String
This is the access level the user should have to this trading account. Available values: Full, ReadOnly, ClosePositionsOnly, Owner.
Authorization*
String
This is the authorization token from the token request. The value of this header must have the following format: Bearer BQ898r9fefi
(Bearer
+ 1 space + the token).