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.
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired
For third party retail API users
Query parameters
symbolstringOptionalExample:
Trading symbol
BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$Responses
200
OK
application/json
get
/api/v1/account/position200
OK
Last updated