Skip to main content
The fungible_balances table records an entry whenever a transaction alter’s an asset’s balance.
Fungible Balances for Cosmos SDK chains is currently in Beta mode.The dataset is derived by calculating the net effect of all token transfers for each account, specifically by summing all incoming transfers (credits) and subtracting all outgoing transfers (debits).As Cosmos SDK chains do not have a standardised approach to recording token transfers, there are chain-specific nuances and edge cases which aren’t captured. This may result in discrepancies in balances for some addresses.Currently, the following transfers are accounted for:
  • standard transfers with event_type of transfer
  • mints and burns with event_type of coinbase and burn
  • cross-chain briding related transfers with event_type of ibc_transfer and write_acknowledgement
  • unbonding of tokens as part of staking, with block_event_type of complete_unbonding
  • transfers which are only surfaced in the block_events with block_event_type of transfer

Table Columns

Unique Key: block_timestamp::date, _address_short, _currency_short, address, currency, block_height, unique_id