Get Order Summary

Get the summary data of orders associated with your API-KEY

Get order summary of current apikey

get
Authorizations
Responses
200
Successful operation
application/json
get
GET /v2/inscribe/order/summary HTTP/1.1
Host: open-api-fractal.unisat.io
Authorization: Bearer JWT
Accept: */*
{
  "code": 1,
  "msg": "OK",
  "data": {
    "orderCount": {
      "total": 1,
      "pendingCount": 1,
      "inscribingCount": 1,
      "mintedCount": 1,
      "closedCount": 1,
      "refundedCount": 1
    }
  }
}

Last updated