Skip to main content
GET
Get Balance Aggregation

Query Parameters

trader
string

The trader address, with the discriminant prefix.

strategyId
string

The strategy ID.

limit
integer
default:500

The number of rows to return

aggregationPeriod
enum<string>
default:day

The period for the aggregation.

Available options:
week,
day,
hour,
minute
lookbackCount
integer
default:60

The number of periods to look back from present.

Response

Balance aggregation data

Successful response for the Balance API

value
object[]
required

The value of the response

success
boolean
required

Whether the request was successful

timestamp
number
required

The timestamp of the response

Example:

1673031089

Last modified on June 23, 2026