Balances

The balances table contains all changes in the balance of assets across all Bitcoin wallets. Can be used to easily plot changes in balance over time.

Sample query:

select * from bitcoin.assets.balances
where block_timestamp >= current_timestamp - interval '5 hours';

Table Columns

Last updated