Skip to main content
GET
Get Block Transaction Counts by Block Number
Ethereum

Response

status
string
Returns 1 when the request succeeds.
message
string
Returns the request status message.
result
object
Contains the transaction counts for the requested block.

Authorizations

apikey
string
query
required

Your Etherscan API key.

Query Parameters

chainid
string
required

Chain ID to query, eg 1 for Ethereum from our supported chains.

module
string
default:block
required

Set to block for this endpoint.

action
string
default:getblocktxnscount
required

Set to getblocktxnscount for this endpoint.

blockno
integer
required

Block number to check transaction counts for.