Create burn rune psbt

Create a burn rune PSBT

post

Handles the creation of a burn rune PSBT.

Body
runestringOptional

The name of the rune.

Example: UNCOMMON•GOODS
utxostringOptional

utxo that includes the rune to be burned.

Example: 8bfcb8240f34bdc57627ac0727fe37bb7746a104f169aad422a0ec7ad2e67cc4:0
paymentAddressstringOptional

The payment address.

Example: 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
paymentPublicKeystringOptional

The payment public key.

Example: 02b463a1e6b8e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1
ordinalAddressstringOptional

The ordinal address.

Example: bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kygt080
ordinalPublicKeystringOptional

The ordinal public key.

Example: 03b463a1e6b8e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1e1a1
feeRatenumberOptional

The fee rate for the transaction in sats/vbyte.

Example: 5
Responses
200
Successfully created the burn PSBT.
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..."
}