Get Account Info
Overview
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 Account Info
GET
baseURL/v{version}/accounts/{accountId}/details
Path Parameters
Name | Type | Description |
---|---|---|
apiVersion* | The version of API. By default, set it to | |
accountId* | integer | Internal AutoShares ID of the trading account. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | This is the authorization token from the token request. The value of this header must have the following format: |
Last updated