Charts
Esta página no está disponible en español. Se muestra la versión en inglés.
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" }}