Get Raw Transaction
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-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
jsonrpcstringThe JSON-RPC protocol version. Always "2.0".
methodstringThe 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).
idintegerThe request identifier used to match the response with the request.
Response
200OK
Successful response with transaction details.