Report

GET Report

{{url}}/signals/report?dateFrom=oneMonth

AUTHORIZATION Bearer Token

This request is using Bearer Token from collection Invalert

PARAMS

dateFromoneMonth

oneDay | oneWeek | oneMonth | 3Months

BODY formdata

Example Request

curl --location -g --request GET '{{url}}/signals/report?dateFrom=oneMonth'

Sample response

{
    "success": true,
    "code": 200,
    "message": null,
    "result": {
        "successRate": "66.67",
        "totalSignals": 156,
        "sides": {
            "sell": "89",
            "buy": "67"
        }
    },
    "errors": null,
    "execute_time": 0.140308,
    "timestamp": 1650592637.005861
}

Last updated