ig_switch_account
Switch to a different trading account on IG Trading by specifying the account ID. Enables users to manage multiple accounts efficiently for forex, indices, and commodities trading.
Instructions
Switch to a different trading account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountId | Yes | Account ID to switch to |
Input Schema (JSON Schema)
{
"properties": {
"accountId": {
"description": "Account ID to switch to",
"type": "string"
}
},
"required": [
"accountId"
],
"type": "object"
}