---
title: "Get Orders Summaries"
method: GET
path: "/v1/perps/orders_summaries"
tags: ["Margin Account"]
---

# Get Orders Summaries

`GET /v1/perps/orders_summaries`

Returns a summary of resting orders, position, and market order margin requirements for each market.

## Response `200`

Array of per-market order summaries

- object
  - `success` boolean, required — Whether the request was successful
  - `error` string — Error message, present only on failure
  - `error_code` string — Semantic error code. See each endpoint's error responses for the specific codes it can return.
  - `deprecated` string — Deprecation notice, if applicable
  - `result` GetOrdersSummariesRes[]
    - `market` string, required — Perps market
    - `restingOrdersSummary` OrdersSummary
      - `bidsInitialMargin` string — Initial margin required for all bid (buy) resting orders
      - `asksInitialMargin` string — Initial margin required for all ask (sell) resting orders
      - `bidsOpenLoss` string — Unrealized open loss on the bid side that counts toward margin
      - `asksOpenLoss` string — Unrealized open loss on the ask side that counts toward margin
      - `bidsBaseSize` string — Total base size of all bid resting orders
      - `asksBaseSize` string — Total base size of all ask resting orders
      - `bidsMaintenanceMargin` string — Maintenance margin required for all bid resting orders
      - `asksMaintenanceMargin` string — Maintenance margin required for all ask resting orders
    - `positionSummary` OrdersSummary
      - `bidsInitialMargin` string — Initial margin required for all bid (buy) resting orders
      - `asksInitialMargin` string — Initial margin required for all ask (sell) resting orders
      - `bidsOpenLoss` string — Unrealized open loss on the bid side that counts toward margin
      - `asksOpenLoss` string — Unrealized open loss on the ask side that counts toward margin
      - `bidsBaseSize` string — Total base size of all bid resting orders
      - `asksBaseSize` string — Total base size of all ask resting orders
      - `bidsMaintenanceMargin` string — Maintenance margin required for all bid resting orders
      - `asksMaintenanceMargin` string — Maintenance margin required for all ask resting orders
    - `marketOrderSummary` MarketOrdersSummary
      - `maxBidQuoteSize` string — Maximum buy market order size in quote currency
      - `maxBidBaseSize` string — Maximum buy market order size in base currency
      - `maxBidPositionLeverage` string — Maximum leverage available for a buy market order
      - `maxAskQuoteSize` string — Maximum sell market order size in quote currency
      - `maxAskBaseSize` string — Maximum sell market order size in base currency
      - `maxAskPositionLeverage` string — Maximum leverage available for a sell market order

## Other responses

- `401` — Authentication required. Provide a valid JWT or API key.
- `403` — Access denied. The authenticated account does not have permission.
- `429` — Rate limit exceeded. Slow down request frequency.
- `500` — Internal server error.

---

[API](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api.md) · [All operations](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ondoperps/ondo-perps-rest-api/revisions/39df6b2fa672/schema)
