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

apiKeystringRequired

Request

This endpoint expects an object.
hexstringstringRequiredformat: "^[a-fA-F0-9]+$"

The hex-encoded raw transaction.

maxfeeratedouble or stringOptional

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.