Get Block by Hash or Number
Returns the block information by given hash or number.
Path parameters
hashOrNumberstringRequiredPattern:
Accepts both eth and hedera hash format or block number
^(\d{1,10}|(0x)?([A-Fa-f0-9]{64}|[A-Fa-f0-9]{96}))$Responses
200
OK
application/json
400
Invalid parameter
application/json
404
Not Found
application/json
get
/api/v1/blocks/{hashOrNumber}Last updated
Was this helpful?