Skip to main content

Pay brc20 minting order

POST 

/btc/:network/orders/brc20/mint/pay

Pay the order that mint a brc20 token.

Body

required

Pay a brc20 minting order

    orderId stringrequired
    txId integerrequired

Responses

Successful operation

{
"statusCode": 0,
"data": {
"txs": [
{
"txId": "5318dcba1bba88439d651268a42a1ab02eb201ab3dbe410f675219fc76bc4026",
"status": "unconfirmed"
},
{
"txId": "c7b45d2c3cd0ff78dd17b160dd9a32cf6bddb66dc5faa8b882ae24ceb0ba534e",
"status": "pending"
}
],
"status": "processing"
}
}
Loading...