GET
Get orders summary for issuer (across all enterprises)
Returns aggregated order amounts and counts for all assets issued by the authenticated enterprise, aggregated across all enterprises that hold those assets. Amounts are returned as strings in lowest denomination (no decimal formatting). By default, includes all non-failed orders (created, pending, and fulfilled). Use the optional status parameter to filter by specific order statuses.
Query Params
-
stablecoinarray of strings or stringStablecoin name(s) to filter across all chainsONE OF
array of string enumsstring enum -
chainstringBlockchain network identifier to filter summary -
statusarray of strings or stringOrder processing status(es) to filter summary - accepts only user-facing statusesONE OF
array of string enumsstring enum -
groupBystring enumTime period grouping for time-series data. When provided, returns timeSeries array in response.hourdayweekmonthyear -
fromDatestring date-timeStart date for time-series data (inclusive). Defaults to 1 year ago if groupBy is provided. -
toDatestring date-timeEnd date for time-series data (inclusive). Defaults to current timestamp if groupBy is provided. -
clientEnterpriseIdstring or array of stringsEnterprise ID(s) of the client enterprise(s) to filter summary data
Responses
200
OK
Response Body
object
-
byAssetmap of objects requiredBreakdown by individual asset keyed by token identifierbyAsset object
-
<key>objectvalue object
-
chainstring requiredChain identifier -
decimalsnumber requiredToken decimals -
mintobject requiredMint order summarymint object
-
amountstring requiredTotal amount in lowest denomination -
countnumber requiredTotal number of orders -
byStatusobject requiredBreakdown by order status (only includes statuses with data)byStatus object
-
createdobjectcreated object
-
countnumber requiredNumber of orders in this status -
amountstring requiredTotal amount in lowest denomination
-
-
pendingobjectpending object
- Same shape as
OrderStatusBreakdown.
- Same shape as
-
fulfilledobjectfulfilled object
- Same shape as
OrderStatusBreakdown.
- Same shape as
-
-
-
burnobject requiredBurn order summaryburn object
-
amountstring requiredTotal amount in lowest denomination -
countnumber requiredTotal number of orders -
byStatusobject requiredBreakdown by order status (only includes statuses with data)byStatus object
-
createdobjectcreated object
- Same shape as
OrderStatusBreakdown.
- Same shape as
-
pendingobjectpending object
- Same shape as
OrderStatusBreakdown.
- Same shape as
-
fulfilledobjectfulfilled object
- Same shape as
OrderStatusBreakdown.
- Same shape as
-
-
-
-
-
timeSeriesarray of objectstimeSeries object
-
periodstring requiredISO8601 date string representing start of period -
mintAmountstring requiredTotal mint amount in lowest denomination -
mintCountnumber requiredNumber of mint orders -
burnAmountstring requiredTotal burn/redeem amount in lowest denomination -
burnCountnumber requiredNumber of burn/redeem orders
-
400
Bad Request
No response body
404
Not Found
No response body
500
Internal Server Error
No response body