Skip to main content

sendRawTransaction

Sends a raw Bitcoin transaction using the mempool.space API. This is useful when you have a fully constructed and signed raw transaction that you want to broadcast to the network.

Usage

Parameters

Returns

Promise<{ transactionId: string }> - A promise that resolves to an object containing the transaction ID.

Errors

React

Last modified on June 24, 2026