Returns analysis info of a specific hour in time for an account.
/analyses/{account_id}/hours
{
"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....
]
}
Sign up to our newsletter to keep up-to-date.