v1

latestOpenAPI 3.0.1Apache 2.02026-07-2686219209.3 KB
Runes Sweeping

Submit a signed PSBT for buying a rune

Submit a signed PSBT for buying a rune

post/v2/ord/btc/runes/sweeping

Request body

orderIdsstring[] required

Array of order IDs, must contain at least one and no more than 50.

signedPsbtBase64string

Base64-encoded signed PSBT (Partially Signed Bitcoin Transaction) of non RBF protection sweeping. You must sign before submitting.

takerPaymentAddressstring btc-address required

Bitcoin address for the taker’s payment.

takerReceiveAddressstring btc-address required

Bitcoin address for the taker to receive assets. Should be your taproot address

enableRBFProtectionboolean

Boolean value to enable RBF protection sweeping

Response

Successful response

txidstring required

Transaction ID of the successfully broadcasted Bitcoin RBF protection sweeping transaction.

errorstring

Error message, if an error occurred during broadcasting RBF protection sweeping transaction.