decoderawtransaction
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Decodes a raw hex-encoded Bitcoin transaction and returns a JSON object with readable fields. Useful for viewing the contents of raw transactions before broadcasting.
Body
application/json
jsonrpcstringrequiredidstringrequiredmethodstringdecoderawtransactionrequiredparamsArray<string>requiredParameters:
hexstring(string, required) — The raw transaction hex string.
Response
200OK
Transaction decoded successfully
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error