Updated on 2023-12-06 GMT+08:00

eth_getBlockTransactionCountByNumber

Introduction

This API returns the number of transactions for the block by block number. It consumes 20 CUs.

Parameter Description

Parameter

Type

Description

Block number

String

A hexadecimal block number, or the string (earliest, latest, or pending).

Return Value

The number of transactions associated with a specific block, in hexadecimal value.

Request

curl https://your-http-endpoint/v1/<API-KEY> \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"eth_getBlockTransactionCountByNumber","params":["0xc5043f"],"id":1,"jsonrpc":"2.0"}'