Pay minting order
POST/btc/:network/orders/runes/mint/pay
Pay the order that mint a rune.
- application/json
Body
required
Pay a minting order
orderId stringrequired
txId integerrequired
Responses
- 200
- 400
- 401
Successful operation
- application/json
- Example
{
"statusCode": 0,
"data": {
"txs": [
{
"txId": "5318dcba1bba88439d651268a42a1ab02eb201ab3dbe410f675219fc76bc4026",
"status": "unconfirmed"
},
{
"txId": "c7b45d2c3cd0ff78dd17b160dd9a32cf6bddb66dc5faa8b882ae24ceb0ba534e",
"status": "pending"
}
],
"status": "processing"
}
}
Bad Request
Unauthorized
Loading...