Stats

interface Stats {
    feesTrend?: number;
    last24HsAverageTransactionFees?: number;
    last24HsTransactions?: number;
    maxTransactionsPerSecond?: number;
    maxTransactionsPerSecondBlockHash?: `kh_${string}`;
    minersCount?: number;
    transactionsTrend?: number;
}

Properties

feesTrend?: number

The fees trend

last24HsAverageTransactionFees?: number

The last 24hs average transaction fees

last24HsTransactions?: number

The last 24hs transactions

maxTransactionsPerSecond?: number

The max transactions per second

maxTransactionsPerSecondBlockHash?: `kh_${string}`

The max transactions per second block hash

minersCount?: number

The number of miners

transactionsTrend?: number

The transactions trend