sendrawtransaction
Last updated
Last updated
Submit a raw transaction (serialized, hex-encoded) to local node and network.
Note that the transaction will be sent unconditionally to all peers, so using this for manual rebroadcast may degrade privacy by leaking the transactionβs origin, as nodes will normally not rebroadcast non-wallet transactions already in their mempool.
Also see createrawtransaction and signrawtransactionwithkey calls.
Type: string, required
The hex string of the raw transaction
Type: numeric or string, optional, default=0.10
Reject transactions whose fee rate is higher than the specified value, expressed in BTC/kB.
Set to 0 to accept any fee rate.
Result
Examples
Create a transaction:
Sign the transaction, and get back the hex:
Send the transaction (signed hex):
As a JSON-RPC call:
Name
Type
Description
hex
string
The transaction hash in hex