v1
latestOpenAPI 3.0.32026-07-267278168.1 KBMargin Account
Get Orders Summaries
Returns a summary of resting orders, position, and market order margin requirements for each market.
get/v1/perps/orders_summaries
Response
Array of per-market order summaries
Example response
{
"success": true,
"result": [
{
"market": "AAPL-USD.P",
"restingOrdersSummary": {
"bidsInitialMargin": "100.00",
"asksInitialMargin": "80.00",
"bidsOpenLoss": "5.00",
"asksOpenLoss": "3.00",
"bidsBaseSize": "10.00",
"asksBaseSize": "8.00",
"bidsMaintenanceMargin": "50.00",
"asksMaintenanceMargin": "40.00"
},
"positionSummary": {
"bidsInitialMargin": "100.00",
"asksInitialMargin": "80.00",
"bidsOpenLoss": "5.00",
"asksOpenLoss": "3.00",
"bidsBaseSize": "10.00",
"asksBaseSize": "8.00",
"bidsMaintenanceMargin": "50.00",
"asksMaintenanceMargin": "40.00"
},
"marketOrderSummary": {
"maxBidQuoteSize": "10000.00",
"maxBidBaseSize": "5.00",
"maxBidPositionLeverage": "10.0",
"maxAskQuoteSize": "10000.00",
"maxAskBaseSize": "5.00",
"maxAskPositionLeverage": "10.0"
}
}
]
}