Refund estimate

Estimate the size of the refund transaction

post
/v2/inscribe/order/{orderId}/refund-estimate

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.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
orderIdstringRequired
Responses
200

Successful operation

application/json
post
/v2/inscribe/order/{orderId}/refund-estimate

Last updated