curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/equity-history \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": [
{}
]
}Returns balance and equity over time at the specified timeframe resolution.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/equity-history \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": [
{}
]
}Client API key (prefixed with sk_)
Account ID
Start datetime (YYYY-MM-DDTHH:mm:ss)
Timeframe for equity snapshots
H1, H4, D1