# Send raw transaction Submits raw transaction (serialized, hex-encoded) to local node and network. Also see createrawtransaction and signrawtransaction calls. Endpoint: POST /daemon/sendrawtransaction Version: 6.6.1 ## Request fields (text/plain): - `hexstring` (string) Hex-encoded transaction - `allowhighfees` (boolean) Allow high fees (optional) ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (string) The transaction hash in hex