Broadcasting
Transaction Broadcasting from SPV Wallet
ARC Endpoints
This endpoint is used to send a raw transaction to a miner for inclusion in the next block that the miner creates.
Bearer authentication as defined in RFC 6750
Default double spend and merkle proof notification callback endpoint.
Whether we should have full status updates in callback or not (including SEEN_IN_ORPHAN_MEMPOOL and SEEN_ON_NETWORK statuses).
Timeout in seconds to wait for new transaction status before request expires (max 30 seconds, default 5)
Whether we should skip fee validation or not.
Whether we should force submitted tx validation in any case.
Whether we should skip script validation or not.
Whether we should skip overall tx validation or not.
Whether we should perform cumulative fee validation for fee consolidation txs or not.
Access token for notification callback endpoint. It will be used as a Authorization header for the http callback
Callback will be send in a batch
Which status to wait for from the server before returning ('QUEUED', 'RECEIVED', 'STORED', 'ANNOUNCED_TO_NETWORK', 'REQUESTED_BY_NETWORK', 'SENT_TO_NETWORK', 'ACCEPTED_BY_NETWORK', 'SEEN_ON_NETWORK')
<transaction hex string>Success
Transaction submit status
Block hash
00000000000000000854749b3c125d52c6943677544c8a6a885247935ba8d17dBlock height
782318Transaction ID in hex
6bdbcfab0526d30e8d68279f79dff61fb4026ace8b7b32789af016336e54f2f0Transaction Merkle path as a hex string in BUMP format BRC-74
0000Transaction status
ACCEPTED_BY_NETWORKPossible values: Extra information about the transaction
Transaction is not valid["c0d6fce714e4225614f000c6a5addaaa1341acbb9c87115114dcf84f37b945a6"]Status
201Title
Added to mempoolBad request
Security requirements failed
Generic error
Unprocessable entity - with IETF RFC 7807 Error object
Not extended format
Malformed transaction
Invalid inputs
Malformed transaction
Invalid outputs
Fee too low
Mined ancestors not found in BEEF
Invalid BUMPs in BEEF
Invalid Merkle Roots
Cumulative Fee validation failed
This endpoint is used to get the current status of a previously submitted transaction.
Bearer authentication as defined in RFC 6750
The transaction ID (32 byte hash) hex string
Success
Transaction details
Block hash
00000000000000000854749b3c125d52c6943677544c8a6a885247935ba8d17dBlock height
782318Transaction ID in hex
6bdbcfab0526d30e8d68279f79dff61fb4026ace8b7b32789af016336e54f2f0Transaction Merkle path as a hex string in BUMP format BRC-74
0000Transaction status
ACCEPTED_BY_NETWORKPossible values: Extra information about the transaction
Transaction is not valid["c0d6fce714e4225614f000c6a5addaaa1341acbb9c87115114dcf84f37b945a6"]Security requirements failed
Not found
Generic error
Last updated
