block-quote On this pagechevron-down
copy Copy chevron-down
webhook API Referencechevron-right Account Get Position Info Retrieves detailed information about the user’s open positions across all trading symbols.
This endpoint returns a list of the user’s current open positions, including symbol, position size, leverage, entry price, unrealized PnL, and liquidation price. It provides real-time visibility into margin usage and risk exposure for each trading pair. Use this endpoint to monitor active positions, calculate portfolio value, or manage position-related operations such as adjusting leverage or closing trades.
Authentication with a valid API key and read permission scope is required.
Get Position Info
get
https://trading-api.flipster.io /api/v1/account/position This endpoint requires the following scopes:
api-key string Required For third party retail API users
symbol string Optional Example: BTCUSDT.PERP Pattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$ symbol string Required Example: BTCUSDT.PERP Pattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$ leverage integer Required Example: 25
marginType string · enum Required Possible values: CROSSISOLATED positionSide string · enum · nullable Optional Possible values: LONGSHORT positionAmount string · nullable Optional the current size of the position denominated in the base asset.
Example: ###.### markPrice string · nullable Optional the current market mark price used for PnL calculations and liquidation triggers.
Example: ###.### unrealizedPnl string · nullable Optional the floating profit or loss of the current open position.
Example: ###.### initialMargin string · nullable Optional the amount of margin reserved to keep the position open.
Example: ###.### maintMargin string · nullable Optional the minimum margin required to prevent liquidation.
Example: ###.### entryPrice string · nullable Optional the average price at which the position was opened.
Example: ###.### breakEvenPrice string · nullable Optional the price at which the position would have zero PnL, accounting for fees.
Example: ###.### liquidationPrice string · nullable Optional the price level at which the position will be automatically liquidated.
Example: ###.### totalFee string · nullable Optional the total trading fees accumulated for this position.
Example: ###.### buyableBoosts object[] Optional a list of available profit boost options that can be applied to this position.
Show properties plus
boostExpiryTimestamp string · nullable Optional the expiration timestamp for any active profit boost.
Example: 1765975842095607088 boostRemainingCount integer Optional the number of remaining profit boosts available for use.
boostRealizedPnl string · nullable Optional the realized profit and loss specifically attributed to applied profit boosts.
Example: ###.### Last updated 3 months ago