Authorization: ********************{
"metric": "string",
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z",
"pts": 0,
"includeClosedPositions": true
}curl --location '/v1/holdings//timeseries' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"metric": "string",
"from": "2019-08-24T14:15:22.123Z",
"to": "2019-08-24T14:15:22.123Z",
"pts": 0,
"includeClosedPositions": true
}'{
"meta": {
"from": "string",
"to": "string",
"n": 0,
"metric": "string"
},
"pts": [
{
"d": "string",
"v": 0,
"r": 0
}
],
"sum": {
"v": {
"s": 0,
"e": 0,
"lo": 0,
"hi": 0
},
"r": {
"s": 0,
"e": 0,
"lo": 0,
"hi": 0
}
}
}