Home

Get Raw Transaction

POST
https://ont.nownodes.io/

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Returns detailed information about a specific transaction by its hash. The verbose parameter determines the format of the returned data.

Body

application/json
jsonrpcstring

The JSON-RPC protocol version. Always "2.0".

methodstring

The RPC method name to be invoked.

paramsArray<string>

An array containing the transaction hash and the verbose flag. The first element is the transaction hash string, the second element is the verbosity level (0 for raw hex data, 1 for JSON object).

idinteger

The request identifier used to match the response with the request.

Response

200OK

Successful response with transaction details.