Get Block by Height
Returns block metadata (hash, timestamp, tx count, etc.) for a specific height.
get
Get information about a specific block by height
Authorizations
x-api-keystringRequired
Path parameters
heightnumberRequired
Responses
200
Block information
application/json
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/v1/block/height/{height}Last updated