GET Signal/GetCopiers?query={query}&page={page}&pageSize={pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| query | string |
None. |
|
| page | integer |
None. |
|
| pageSize | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfInnerPagedListOfCopierDtoForAmin| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| data | InnerPagedListOfCopierDtoForAmin |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"message": "sample string 2",
"code": "sample string 3",
"data": {
"Page": 1,
"PageSize": 2,
"TotalCount": 3,
"Data": [
{
"platId": 1,
"mtAccountId": "sample string 2",
"nickName": "sample string 3",
"acctName": "sample string 4",
"email": "sample string 5",
"balance": 6.1,
"equity": 7.1,
"allocationRule": "sample string 8",
"amount": 9.1,
"isReverse": true,
"traderMtAccountId": "sample string 11",
"createdDate": "2025-12-10 15:01:31",
"status": 1,
"withdrawStatus": 1,
"withdrawAmount": 1.1
},
{
"platId": 1,
"mtAccountId": "sample string 2",
"nickName": "sample string 3",
"acctName": "sample string 4",
"email": "sample string 5",
"balance": 6.1,
"equity": 7.1,
"allocationRule": "sample string 8",
"amount": 9.1,
"isReverse": true,
"traderMtAccountId": "sample string 11",
"createdDate": "2025-12-10 15:01:31",
"status": 1,
"withdrawStatus": 1,
"withdrawAmount": 1.1
}
]
}
}