Account
Get account positions
Retrieve all open positions for a specific account with optional filtering by market. Includes position size, entry price, unrealized PnL, liquidation price, and margin details.
get/api/v1/account_positions
Query parameters
accountstring required
Account address (user query alias is also accepted)
limitinteger
Maximum number of positions to return
include_deletedboolean
Include deleted positions
market_addressstring
Filter by specific market address
Response
Account positions retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.