Skip to main content
Version: 0.9.1

Flow Table

GET /tables/flow?args

List balance updates on all sub-accounts and different categories. Our categories go beyond on-chain types and include baking, denunciations, vesting contracts and the invoicing feature of protocol upgrades.

FieldDescription
row_id uint64Unique row identifier.
height int64Block height at which this flow was created.
cycle int64Cycle at which this flow was created.
time datetimeBlock time at which this flow was created.
op_n int64Related operation position in block.
op_c int64Related bulk operation list position.
op_i int64Related internal operation list position.
account_id uint64Unique row_id of the account this flow relates to.
counterparty_id uint64Unique row_id of the counterparty that initiated/received the flow.
category enumFlow category (i.e. sub-account) rewards, deposits, fees, balance, delegation.
operation enumOperation creating this flow endorsement, transaction, origination, delegation, reveal, baking, nonce_revelation, activation, penalty, internal, invoice, airdrop, subsidy, register_constant, bonus, reward, deposit, deposits_limit, rollup_origination, rollup_transaction, rollup_reward, rollup_penalty,pay_storage, update_consensus_key, drain
amount_in moneyIncoming amount in tez.
amount_out moneyOutgoing amount in tez.
is_fee boolFlag indicating this flow is a fee payment.
is_burned boolFlag indicating this flow burns coins.
is_frozen boolFlag indicating this flow goes towards a freezer sub-account.
is_unfrozen boolFlag indicating this flow comes from a freezer sub-account.
is_shielded boolFlag indicating this flow shielded coins in Sapling.
is_unshielded boolFlag indicating this flow unshielded coins from Sapling.
token_age floatAge of tokens moved in days.
address hashAddress of the related account.
counterparty hashAddress of the counterparty of this flow.