get_forward_accountsreadOwner-scopedList the user's forward-testing accounts (demo accounts traded against live data), or fetch one with its full trade list by passing id. Stats cover the closed trades (net P&L, win rate, profit factor, balance) and the live state: floating P&L, equity, used margin, and how many trades are open or pending. Same data as the /api/v1/forward/accounts API.
| Param | Type | Req. | Description |
|---|---|---|---|
| id | string | no | Fetch a single account (with trades) by id instead of listing. |
| status | string | no | Only accounts in this state: active or archived. |
| limit | integer | no | Max accounts to list, newest first (1-200, default 50). |
Example prompts
- “How are my forward testing accounts doing?”
- “Show me the open positions on my forward account.”
Example call
{ "name": "get_forward_accounts", "arguments": { "status": "active" } }