Skip to main content

Table Description

The flow.cadence_participations table contains staking and validator participation data on the Flow Cadence blockchain. This table tracks delegator participations in the Flow staking system.

Column Descriptions

ColumnTypeDescription
block_datedateThe date of the participation record
timestamptimestampTimestamp of the participation event
delegator_idstringUnique identifier for the delegator
node_idstringIdentifier of the validator node
amountdecimalAmount of FLOW tokens staked
actionstringType of participation action (stake, unstake, withdraw)
transaction_hashstringHash of the transaction
chain_specificstringChain-specific metadata in JSON format
_updated_attimestampTimestamp when the record was last updated
_ingested_attimestampTimestamp when the record was ingested

Table Sample