Get Order Summary
Get the summary data of orders associated with your API-KEY
Authorizations
Responses
200
Successful operation
application/json
401
Invalid API Key
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