Broadcast purchase transaction (signed PSBT)Ask AIpost https://api.satflow.com/v1/purchase/broadcastBroadcasts a signed purchase PSBT to complete the transaction. Used for both secure and non-secure purchases.Body ParamsinscriptionIdsarray of stringsArray of inscription IDs being purchasedinscriptionIdsADD stringrunesOutputsarray of stringsArray of runes outputs being purchasedrunesOutputsADD stringsignedBulkBuyingPSBTstringSigned bulk buying PSBT in base64 formatsignedSecurePaymentPrepPSBTsarray of stringsArray of signed secure payment preparation PSBTssignedSecurePaymentPrepPSBTsADD stringsignedSecurePurchasePSBTsarray of stringsArray of signed secure purchase PSBTssignedSecurePurchasePSBTsADD stringsignedSecureTransferPSBTstringSigned secure transfer PSBTunsignedBulkBuyingPSBTstringUnsigned bulk buying PSBT in base64 formatunsignedExtractionPSBTstringUnsigned extraction PSBT in base64 formatsignedExtractionPSBTstringSigned extraction PSBT in base64 formatsecurePurchasebooleanDefaults to falseWhether this is a secure purchasetruefalsebuyerAddressstringrequiredBuyer's Bitcoin addressbuyerTokenReceiveAddressstringrequiredAddress to receive purchased tokensbuyerTokenReceivePublicKeystringrequiredPublic key for token receive addressbuyerPublicKeystringrequiredBuyer's public keyfeeRatestringnumberenumrequiredTransaction fee rate option. Can be one of the predefined options (fastestFee, halfHourFee, hourFee, minimumFee) or a custom number sat/vB.fastestFeehalfHourFeehourFeeminimumFeeextractionFeeRatestringnumberenumExtraction fee rate option. Can be one of the predefined options (fastestFee, halfHourFee, hourFee, minimumFee) or a custom number sat/vB.fastestFeehalfHourFeehourFeeminimumFeeminimalOutputsbooleanUse minimal outputs optimizationtruefalselightspeedbooleanUse lightspeed modetruefalseisExtractedbooleanWhether tokens have been extractedtruefalsesplitQuantitynumberNumber of output splitsreferralAddressstringReferral address for commissionskipBroadcastbooleanDefaults to falseWhether to skip broadcasting the transactiontruefalseResponses 200Purchase transaction broadcasted successfully 400Invalid parameters 500Internal server errorUpdated 6 months ago