Last updated 3 months ago
Get the summary data of orders associated with your API-KEY
/v2/inscribe/order/summary
curl -L \ --url 'https://open-api-fractal.unisat.io/v2/inscribe/order/summary' \ --header 'Authorization: Bearer JWT'
{ "code": 1, "msg": "OK", "data": { "orderCount": { "total": 1, "pendingCount": 1, "inscribingCount": 1, "mintedCount": 1, "closedCount": 1, "refundedCount": 1 } } }