Last updated 1 year ago
Get the summary data of orders associated with your API-KEY
GET /v2/inscribe/order/summary HTTP/1.1 Host: open-api.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "code": 1, "msg": "OK", "data": { "orderCount": { "total": 1, "pendingCount": 1, "inscribingCount": 1, "mintedCount": 1, "closedCount": 1, "refundedCount": 1 } } }