Skip to main content
This table provides daily snapshots of delegator balances for each validator on the BNB Smart Chain (BSC), including both stake credit tokens and equivalent BNB amounts.

Use Cases

  • Track delegator participation and stake distribution over time
  • Monitor validator popularity through delegation trends
  • Analyze staking behavior during network events
  • Calculate daily staking returns and rewards
  • Measure validator market share changes

Table Schema

Column NameData TypeDescription
dayDATEThe date of the balance snapshot
addressVARCHARThe delegator’s wallet address holding the credit contract token
operator_addressVARCHARThe validator’s operator address
consensus_addressVARCHARThe validator’s consensus address used for block validation
credit_contractVARCHARThe address of the validator’s stake credit token contract
credit_contract_nameVARCHARThe name of the validator’s stake credit token
bnb_balance_strVARCHARString representation of the delegator’s BNB balance
bnb_balanceDECIMALFloat representation of the delegator’s BNB balance
stake_credit_balance_strVARCHARString representation of the delegator’s stake credit token balance
stake_credit_balanceDECIMALFloat representation of the delegator’s stake credit token balance
last_block_timestampTIMESTAMPTimestamp of the last block where the balance was updated
last_block_numberINTEGERBlock number of the last balance update
last_block_hashVARCHARHash of the last block where the balance was updated
unique_idVARCHARUnique identifier for the daily balance record
I