Skip to main content
Glama
droyd-ai
by droyd-ai

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

TableJSON Schema
NameRequiredDescriptionDefault
leg_statusNoFilter: "active" for pending legs only, "all" to include executedactive

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/droyd-ai/droyd-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server