Skip to main content
GET
/
api
/
accounts
/
{id}
/
equity-history
Equity history
curl --request GET \
  --url https://api.easierprop.com/api/accounts/{id}/equity-history \
  --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

Query Parameters

from
string
required

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

timeframe
enum<string>
default:H1

Timeframe for equity snapshots

Available options:
H1,
H4,
D1

Response

200 - application/json

Equity data points

ok
boolean
Example:

true

data
object[]