Pay etching order
POST/btc/:network/orders/runes/etch/pay
Pay the order that etch a rune.
- application/json
Body
required
Pay a etching order
orderId stringrequired
txId integerrequired
Responses
- 200
- 400
- 401
Successful operation
- application/json
- Example
{
"statusCode": 0,
"data": {
"revealTx": {
"txId": "4c9500f382740f89cd764ab3b625eb7cac5c78beedf0a899198d10b54218f7b1",
"status": "pending"
},
"status": "processing"
}
}
Bad Request
Unauthorized
Loading...