GET Client/GetTotalSignalsAndProfit

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

WebApiResultOfMySignalAndPrfoitTotalDto
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

code

string

None.

data

MySignalAndPrfoitTotalDto

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "code": "sample string 3",
  "data": {
    "signalCount": 1,
    "totalProfit": 2.1
  }
}