droyd_get_positions
Retrieve active trading positions, wallet holdings, P&L summaries, and portfolio data from the DROYD AI trading system. Filter results to show active positions only or include executed trade history.
Instructions
Retrieve active trading positions and wallet holdings.
Returns:
All active strategies with their legs (stop losses, take profits, etc.)
Executed swaps history
P&L summary (realized, unrealized, total)
Wallet holdings with current values
Overall portfolio summary
Use leg_status="all" to include executed/completed legs in the response.
Examples:
Active only: { "leg_status": "active" }
Include history: { "leg_status": "all" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leg_status | No | Filter: "active" for pending legs only, "all" to include executed | active |