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
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
psbts
Array
Array of signed PSBTs in base64 to broadcast
Response
Last updated