Get Equity
Get equity history for the authenticated account. If no end time is provided, the current time will be used. Each point is the last equity sample in its interval bucket, stamped with that sample's own timestamp rather than the bucket's start — so every timestamp falls within the requested window. Buckets are aligned to the Unix epoch. Equity history is served at one-minute resolution, so 1s is served as 1m. Maximum of 1000 entries returned per request — of buckets, so a coarser interval covers a longer window before more is set. When more is true, page by re-requesting from one millisecond past the last timestamp returned; that always lands on the next bucket, never back inside the one just served.
Query parameters
Kline interval
Start timestamp in milliseconds
End timestamp in milliseconds
Response
Equity history response.
Example response
{
"data": [
[
1767225600000,
"10000.00"
]
]
}