Appearance
Are you an LLM? You can read better optimized documentation at /api/reference/get-trade-positions.md for this page in Markdown format
GET /trades/{id}/positions
Returns all positions for the given trade UUID. Each position carries:
signal—SignalSummarysub-object ({ signal_id, telegram_message_id } | null) identifying the originating Telegram message.account_idandaccount_label— which account the position belongs to.currency— the account's currency (amounts are in this currency).
Returns 404 if the trade does not exist or belongs to a different user.

