Last updated 5 months ago
When the amount paid by the user includes inscriptions, inscribing cannot be performed. Refund can be requested through this method.
1
POST /v2/inscribe/order/{orderId}/refund HTTP/1.1 Host: open-api-fractal.unisat.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 19 { "refundFeeRate": 1 }
Successful operation
{ "code": 0, "msg": "OK", "data": { "txid": "text" } }