GET
/
api
/
datafeed
/
marks
Get chart marks
curl --request GET \
  --url http://localhost:4000/api/datafeed/marks
{
  "id": [
    "<string>"
  ],
  "time": [
    123
  ],
  "color": [
    "<string>"
  ],
  "text": [
    "<string>"
  ],
  "label": [
    "<string>"
  ],
  "labelFontColor": [
    "<string>"
  ],
  "minSize": [
    123
  ]
}

Query Parameters

symbol
string
required

Trading symbol

from
integer
required

Unix timestamp for start time

to
integer
required

Unix timestamp for end time

resolution
string
required

Time resolution

Response

200 - application/json

Chart marks

The response is of type object.