sendrawtransaction
Broadcasts a raw transaction (hex-encoded) to the network. Useful for rebroadcasting transactions not originating from your wallet.
⚠ This endpoint is only available with Blast access.
Path parameters
apiKey
Request
This endpoint expects an object.
hexstring
The hex-encoded raw transaction.
maxfeerate
Reject transactions whose fee rate is higher than this value (in BTC/kB). Set to 0 to disable the check.
Response
The transaction ID (txid) of the submitted transaction.