The balance of an asset onchain at a particular block

Export

HistoricalBalance

interface HistoricalBalance {
    amount: string;
    asset: Asset;
    block_hash: string;
    block_height: string;
}

Properties

amount: string

The amount in the atomic units of the asset

Memberof

HistoricalBalance

asset: Asset

Memberof

HistoricalBalance

block_hash: string

The hash of the block at which the balance was recorded

Memberof

HistoricalBalance

block_height: string

The block height at which the balance was recorded

Memberof

HistoricalBalance