GET Chart/GetProfitAndCountFromMySignal?mtAccountId={mtAccountId}&platId={platId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mtAccountId | string |
None. |
|
| platId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfListOfProfitAndSalveCountOfMySignalDto| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | Collection of ProfitAndSalveCountOfMySignalDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": [
{
"acctName": "sample string 1",
"nickName": "sample string 2",
"strategyName": "sample string 3",
"platId": 4,
"traderMtAccountId": "sample string 5",
"investorCount": 6,
"totalProfit": 7.1
},
{
"acctName": "sample string 1",
"nickName": "sample string 2",
"strategyName": "sample string 3",
"platId": 4,
"traderMtAccountId": "sample string 5",
"investorCount": 6,
"totalProfit": 7.1
}
]
}