curl --request GET \
--url http://localhost:4000/api/datafeed/marks
{
"id": [
"<string>"
],
"time": [
123
],
"color": [
"<string>"
],
"text": [
"<string>"
],
"label": [
"<string>"
],
"labelFontColor": [
"<string>"
],
"minSize": [
123
]
}
Get marks for chart annotations
curl --request GET \
--url http://localhost:4000/api/datafeed/marks
{
"id": [
"<string>"
],
"time": [
123
],
"color": [
"<string>"
],
"text": [
"<string>"
],
"label": [
"<string>"
],
"labelFontColor": [
"<string>"
],
"minSize": [
123
]
}
Trading symbol
Unix timestamp for start time
Unix timestamp for end time
Time resolution
Chart marks
The response is of type object
.