Charts
此页面暂无中文版本,显示的是英文版本。
Get charts data
Use this method to get the data for creating the Equity charts for client trading accounts.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
filter?
Filters the items by a specified value
Header Parameters
accept-language?string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v2/my/charts" \ -H "accept-language: ja"[ { "accountId": 1, "data": [] }]{ "error": { "message": "Unauthorized" }}{ "error": { "message": "Not Found" }}{ "error": { "message": "Too Many Requests" }}{ "error": { "message": "Service Unavailable" }}