Get Account Info
Last updated
Last updated
The endpoint allows you to retrieve detailed information about an account. The response will include various account-related data, such as he unique identifier of the account, the timestamp indicating when the account was created, the account provider and etc.
GET
baseURL/v{version}/accounts/{accountId}/details
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
apiVersion*
The version of API. By default, set it to 1.0
.
accountId*
integer
Internal AutoShares ID of the trading account.
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).