Mint a rune
POST/btc/:network/orders/runes/mint/create
Create order to mint rune.
- application/json
Body
required
Create a order to mint rune
receiveAddress stringrequired
feeRate integerrequired
postage integerrequired
runeNameOrId stringrequired
repeat integerrequired
Responses
- 200
- 400
- 401
Successful operation
- application/json
- Example
{
"statusCode": 0,
"data": {
"orderId": "66686819297c5f66e6dc7835",
"payAddress": "tb1qdk94c98ahp0nz5shjksudvtzaczztf2v3e9hlh",
"payAmount": 40592
}
}
Bad Request
Unauthorized
Loading...