Get positions
get_positionsRetrieve all open positions for a specified account, with optional filters by underlying or symbol.
Instructions
List all open positions for an account, optionally filtered by symbol or underlying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_number | Yes | The account number | |
| underlying_symbol | No | Filter by underlying symbol, e.g. AAPL | |
| symbol | No | Filter by exact instrument symbol | |
| include_marks | No | Include current mark prices (default false) |