Pay deploying order
POST/btc/:network/orders/brc20/deploy/pay
Pay the order that deploy a brc20 token.
- application/json
Body
required
Pay a deploying order
orderId stringrequired
txId integerrequired
Responses
- 200
- 400
- 401
Successful operation
- application/json
- Example
{
"statusCode": 0,
"data": {
"revealTx": {
"txId": "5318dcba1bba88439d651268a42a1ab02eb201ab3dbe410f675219fc76bc4026",
"status": "unconfirmed"
},
"status": "processing"
}
}
Bad Request
Unauthorized
Loading...