Home

Get transaction result

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

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns the result of a transaction by its hash, including status, logs, and used steps.

Body

application/json

JSON-RPC request object

jsonrpcstringrequired

JSON-RPC protocol version.

idintegerrequired

Unique identifier for the JSON-RPC request.

methodstringrequired

JSON-RPC method name.

paramsobjectrequired

Parameters for transaction result query.

Show child attributes
txHashstring

Transaction hash to query.

Response

200OK

Successful response containing the transaction result.