send_raw_transaction
Broadcast signed Bitcoin transactions to the network with fee rate controls to prevent overpayment. Use to execute finalized transactions after verification.
Instructions
Broadcast a signed raw transaction to the Bitcoin network.
WARNING: This sends a REAL transaction. Once broadcast, it cannot be reversed. Ensure the transaction is correctly signed and you understand the fee implications. In hosted API mode, the transaction is broadcast through the Satoshi API's node.
Args: hex_string: Signed raw transaction in hex format max_fee_rate: Maximum fee rate in BTC/kvB to prevent accidental overpayment (default 0.10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex_string | Yes | ||
| max_fee_rate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |