curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/ohlc/{symbol}/high-low \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {}
}Get the highest high and lowest low for a symbol within a date range.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/ohlc/{symbol}/high-low \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {}
}Client API key (prefixed with sk_)
Start datetime (YYYY-MM-DDTHH:mm:ss)
End datetime (YYYY-MM-DDTHH:mm:ss)
Timeframe in minutes (default 1440 = D1)