get_positions
Retrieve current positions for derivatives. Filter by symbol and category (linear or inverse).
Instructions
Get current positions for derivatives.
Args: symbol: The trading pair (optional, returns all if empty). category: Product type: linear, inverse (default: linear).
Returns: List of current positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | ||
| category | No | linear |