Get Historical Account Value
Overview
The endpoint allows you to retrieve the historical values of a particular trading account over the specified period.
The start and end date are represented in the following format "2022-07-28T09:04:43.3512813Z". It is an ISO 8601 timestamp representing a date and time in Coordinated Universal Time (UTC).
Get Historical Account Value
GET
baseURL/v{version}/accounts/{accountId}/history
Path Parameters
Name | Type | Description |
---|---|---|
apiVersion* | The version of API. By default, set it to | |
accountId* | integer | Internal AutoShares ID of the trading account. |
Query Parameters
Name | Type | Description |
---|---|---|
startDate * | date-time | The start date of the target period. |
endDate* | date-time | The end date of the target period. |
step* | integer | Set 1 as a default step. |
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