Home

Get transaction block details by block number

POST
https://zil.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns detailed information about a specific transaction block by its number.

Body

application/json
jsonrpcstring

JSON-RPC version

methodstring

Method name

idinteger

Request ID

paramsArray<integer>

Array with block number (height) as parameter

Parameters

blockNumintegerrequiredquery

Block number (height) of the Tx block to retrieve

Response

200OK

Successfully retrieved transaction block details

400Bad Request

Invalid request or missing blockNum parameter

404Not Found

Transaction block not found

500Internal Server Error

Internal server error