Inscribe
Estimate the size of the refund transaction
RefundAmount = PaidAmount - RefundTxSize * RefundFeeRate. This value must be greater than SafeRefundAmount, otherwise there's a risk of losing inscriptions used for payment due to errors.
post/v2/inscribe/order/{orderId}/refund-estimate
Path parameters
orderIdstring required
Response
Successful operation
Example response
{
"msg": "OK"
}