POST api/trade/connect
Connect trading account to central brain
Request Information
URI Parameters
None.
Body Parameters
BrokerInput| Name | Description | Type | Additional information |
|---|---|---|---|
| TradingAcc | string |
None. |
|
| Brokerage | string |
None. |
|
| ExpertKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TradingAcc": "sample string 1",
"Brokerage": "sample string 2",
"ExpertKey": "sample string 3"
}
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Success": true
}