Skip to main content
Version: 0.9.1

Flow Series

GET /series/flow?args

Lists aggregate data about flows. Filters are the same as on the flow table, but response fields are limited to numeric data that can be aggregated over time. Aggregation function for all fields is sum.

An interesting feature of flow series is that you can reconstruct the entire balance and delegation history of an account. You can either start at account creation time assuming zero balances or start at the current account state and work your way backwards through flows.

FieldDescription
time datetimeTimestamp, start of interval.
amount_in floatIncoming amount during interval in tez.
amount_out floatOutgoing amount during interval in tez.
count intNumber of aggregated rows for this time bucket.