Get transaction block details by block number
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringJSON-RPC version
methodstringMethod name
idintegerRequest ID
paramsArray<integer>Array with block number (height) as parameter
Parameters
blockNumintegerrequiredqueryBlock 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