etherscan-api
    Preparing search index...

    Interface BlockTransactionCount

    Per-type transaction counts within a block (block.getblocktxnscount). Unlike most endpoints, this one returns the counts as JSON numbers rather than strings.

    interface BlockTransactionCount {
        block: number;
        erc1155TxsCount: number;
        erc20TxsCount: number;
        erc721TxsCount: number;
        internalTxsCount: number;
        txsCount: number;
    }
    Index

    Properties

    block: number
    erc1155TxsCount: number
    erc20TxsCount: number
    erc721TxsCount: number
    internalTxsCount: number
    txsCount: number