Skip to main content
GET
/
api
/
accounts
/
{id}
/
ohlc
/
{symbol}
/
high-low
OHLC high/low
curl --request GET \
  --url https://api.easierprop.com/api/accounts/{id}/ohlc/{symbol}/high-low \
  --header 'X-API-Key: <api-key>'
{
  "ok": true,
  "data": {}
}

Authorizations

X-API-Key
string
header
required

Client API key (prefixed with sk_)

Path Parameters

id
string<uuid>
required

Account ID

symbol
string
required

Instrument name (e.g. EURUSD)

Query Parameters

from
string
required

Start datetime (YYYY-MM-DDTHH:mm:ss)

to
string
required

End datetime (YYYY-MM-DDTHH:mm:ss)

timeframe
integer
default:1440

Timeframe in minutes (default 1440 = D1)

Response

200 - application/json

High/low data

ok
boolean
Example:

true

data
object