Airdrop
The airdrop consists of two steps:
PSBT construction
Order creation & broadcast
1. PSBT Construction
POST
https://api.ordinalsbot.com/runes/airdrop
Receives the airdrop data and returns the PSBT to be signed
Headers
Body
runeName*
String
Rune name with spacers
perAddressAmount*
Number
Amount to distribute to each address
runeSenderAddress*
String
Bitcoin address containing the necessary rune amount
btcSenderAddress*
String
Bitcoin address containing the necessary btc amount for network fees and postage
receiverAddresses*
Array
Array of addresses to receive the airdrop (max 2000 addresses)
feeRate*
Number
Fee rate in sats/vB
excludeUTXOs
Array of outpoints ["txid:vout"]
Array containing UTXOs not to spend
simulateFee
Boolean
If true, only return fee estimation (Default = false)
Response
2. Order creation & broadcast
POST
https://api.ordinalsbot.com/runes/airdrop-psbt
Receives the signed PSBTs, creates an order and broadcasts the transaction
Body
psbt
String
Signed PSBTs in base64 to broadcast
runeName
String
Valid rune name corresponding to the airdrop
Response
Last updated