Get orders summary for enterprise

get/api/stablecoin/v1/enterprise/{enterpriseId}/orders-summary

Returns aggregated order amounts and counts by asset. 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.

Path Parameters

  • enterpriseIdstringRequired
    Enterprise id
    Example: 67bc4ae090e8af8f9b412d3d67e85252
    Min length: >= 1 characters

Query Parameters

  • stablecoinarray or string
    Stablecoin name(s) to filter across all chains
    Example: usd1
  • chainstring
    Blockchain network identifier to filter summary
    Example: hteth
    Min length: >= 1 characters
  • statusarray or string
    Order processing status(es) to filter summary - accepts only user-facing statuses
    Example: created

200 Response

byAsset dictionary<string, object> required
Breakdown by individual asset keyed by token identifier
object

400 Response

404 Response

500 Response