Skip to main content
Version: 0.9.1

Operation Series

GET /series/op?args

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

FieldDescription
time datetimeTimestamp, start of interval.
gas_used intTotal gas used by all operations.
storage_paid intTotal storage paid by all operations.
volume floatTotal amount of tokens transferred by all operations in tez.
fee floatFees paid by all operation in tez.
reward floatRewards earned in by all operation tez.
deposit floatAmount of deposited tokens by all operation in tez.
burned floatAmount of burned tokens by all operation in tez.
count intNumber of aggregated rows for this time bucket.