Charts

Get charts data

Use this method to get the data for creating the Equity charts for client trading accounts.

GET
/api/v2/my/charts

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"  }}