Create burn rune psbt
Handles the creation of a burn rune PSBT.
Body
runestringOptionalExample:
The name of the rune.
UNCOMMON•GOODS
utxostringOptionalExample:
utxo that includes the rune to be burned.
8bfcb8240f34bdc57627ac0727fe37bb7746a104f169aad422a0ec7ad2e67cc4:0
paymentAddressstringOptionalExample:
The payment address.
1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
paymentPublicKeystringOptionalExample:
The payment public key.
02b463a1e6b8e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1
ordinalAddressstringOptionalExample:
The ordinal address.
bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kygt080
ordinalPublicKeystringOptionalExample:
The ordinal public key.
03b463a1e6b8e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1
feeRatenumberOptionalExample:
The fee rate for the transaction in sats/vbyte.
5
Responses
200
Successfully created the burn PSBT.
application/json
400
Bad request. Invalid input parameters.
application/json
500
Internal server error.
application/json
post
POST /tokenpay/create-burn-rune-psbt HTTP/1.1
Host: api.ordinalsbot.com
Content-Type: application/json
Accept: */*
Content-Length: 395
{
"rune": "UNCOMMON•GOODS",
"utxo": "8bfcb8240f34bdc57627ac0727fe37bb7746a104f169aad422a0ec7ad2e67cc4:0",
"paymentAddress": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
"paymentPublicKey": "02b463a1e6b8e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1",
"ordinalAddress": "bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kygt080",
"ordinalPublicKey": "03b463a1e6b8e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1",
"feeRate": 5
}
{
"psbt": "cHNidP8BAFICAAAA..."
}