balanceChanges
Get historical balances for an account within the given date range
balanceChanges(
filter: AccountFilter
dateRange: DateRange
pagination: Pagination
): AggregatedBalanceConnection!
Arguments
balanceChanges.filter ● AccountFilter input
Optional filter to restrict queried accounts to those of a specific asset, party, market or type
balanceChanges.dateRange ● DateRange input
Date range to retrieve historical balances from/to. Start and end time should be expressed as an integer value of nano-seconds past the Unix epoch
balanceChanges.pagination ● Pagination input
Optional pagination information