get_positions
Retrieve current open futures positions on Binance with details like symbol, size, entry price, unrealized PnL, and liquidation price. Filter by symbol or view all positions.
Instructions
Get current open positions (non-zero size).
Per position: symbol, side, size, entryPrice, markPrice, unrealizedPnl, percentage, leverage, marginType, isolatedMargin, liquidationPrice.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Filter to one symbol, e.g. 'BTCUSDT'. Omit for all open positions. |