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
401
Invalid API Key
post
/v2/inscribe/order/{orderId}/refund-estimateLast updated