Get analysis by hour .

GET

Request

/analyses/{account_id}/hours

Response

{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 24,
        "limit": 1000,
        "order": "desc",
        "last_id": 577
    },
    "data": [
        {
            "id": 600,
            "created_at": "2021-03-09T12:58:59.000000Z",
            "updated_at": "2021-03-09T12:58:59.000000Z",
            "hour": 23,
            "win": 0,
            "loss": 0,
            "buy": 0,
            "sell": 0
        },
        .....more hours....
    ]
}

Stay in the loop..

Sign up to our newsletter to keep up-to-date.