{
"success": true,
"data": {
"total_long_notional": "50000",
"total_short_notional": "45000",
"total_positions": 1234,
"rows": [
{
"address": "0x1234...",
"account_id": "0xabc...",
"broker_id": "orderly",
"symbol": "PERP_BTC_USDC",
"side": "LONG",
"position_qty": "10.5",
"notional": "420000",
"average_open_price": "40000",
"mark_price": "42000",
"est_liq_price": "38000",
"unrealized_pnl": "210",
"unsettled_pnl": "210",
"leverage": 5,
"margin_mode": "CROSS",
"opened_at": 1716000000000
}
],
"next_cursor": null
},
"ts": 1779269143700
}