Last updated 8 months ago
/v1/private/positions
Collateral identifier
USDC
Market Identifier
BTCUSDC
Limit for the result set
25
curl -L \ --url '/v1/private/positions?collateralId=text'
[ { "marketId": "text", "direction": "LONG", "avgExecutionPrice": 1, "size": 1, "marginAmount": 1, "borrowedAmount": 1, "leverage": 1, "realizedPnl": 1, "liquidationPrice": 1, "maintenanceMargin": 1 } ]