Last updated 1 year ago
When the amount paid by the user includes inscriptions, inscribing cannot be performed. Refund can be requested through this method.
/v2/inscribe/order/{orderId}/refund
1
curl -L \ --request POST \ --url 'https://open-api.unisat.io/v2/inscribe/order/{orderId}/refund' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{"refundFeeRate":1}'
{ "msg": "OK", "code": 0, "data": { "txid": "text" } }