Home

Get block by hash

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 hash.

Body

application/json

JSON-RPC request object

idintegerrequired

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
hashstring

Block hash in hexadecimal format.

Response

200OK

Successful response containing the requested block.