sendrawtransaction
POST
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Submits a raw transaction (hex-encoded string) to the mempool and broadcasts it to the network. Returns the transaction ID (txid) if accepted.
Body
application/json
jsonrpcstringrequiredidstringrequiredmethodstringsendrawtransactionrequiredparamsArray<string | number | boolean>requiredParameters:
hexstring(string, required): The raw transaction in hex format.maxfeerate(number or boolean, optional): Reject transactions with fees higher than this (BTC/KB). Usefalseto disable check.
Response
200OK
Transaction accepted and broadcasted
401Unauthorized
Unauthorized
500Internal Server Error
Internal Server Error