GET Chart/GetSymbolOrderCountByMonth?startTime={startTime}&endTime={endTime}&targetMtAccountId={targetMtAccountId}&targetPlatId={targetPlatId}&orderStatus={orderStatus}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startTime | date |
None. |
|
| endTime | date |
None. |
|
| targetMtAccountId | string |
None. |
|
| targetPlatId | integer |
None. |
|
| orderStatus | Enum_OrderStatus |
None. |
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfListOfmonthSymbolAndCount| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | Collection of monthSymbolAndCount |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": [
{
"symbol": "sample string 1",
"orderCount": 2,
"timeSegment": "sample string 3"
},
{
"symbol": "sample string 1",
"orderCount": 2,
"timeSegment": "sample string 3"
}
]
}