Skip to main content

Pay etching order

POST 

/btc/:network/orders/runes/etch/pay

Pay the order that etch a rune.

Body

required

Pay a etching order

    orderId stringrequired
    txId integerrequired

Responses

Successful operation

{
"statusCode": 0,
"data": {
"revealTx": {
"txId": "4c9500f382740f89cd764ab3b625eb7cac5c78beedf0a899198d10b54218f7b1",
"status": "pending"
},
"status": "processing"
}
}
Loading...