Home

Get block by height

POST
https://icx.nownodes.io/api/v3

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns a block from the ICON blockchain by its height.

Body

application/json

JSON-RPC request object

idstringrequired

Unique identifier for the JSON-RPC request.

jsonrpcstringrequired

JSON-RPC protocol version.

methodstringrequired

JSON-RPC method name.

paramsobjectrequired

Parameters for block query.

Show child attributes
heightstring

Block height in hexadecimal format.

Response

200OK

Successful response containing the requested block.