/analyses/{account_id}/days
Returns analysis statistics for an individual account for each day of the week. One record for each day.
{
"result": "success",
"status": 200,
"meta": {
"count": 7,
"limit": 1000,
"order": "desc",
"last_id": 6495843
},
"data": [
{
"id": 6495849,
"created_at": "2025-04-25T14:16:32Z",
"updated_at": "2025-04-25T14:16:32Z",
"day": 6,
"win": 0,
"loss": 0,
"buy": 0,
"sell": 0
},
{
"id": 6495848,
"created_at": "2025-04-25T14:16:32Z",
"updated_at": "2025-04-25T14:16:32Z",
"day": 5,
"win": 0,
"loss": 0,
"buy": 0,
"sell": 0
},
{
"id": 6495847,
"created_at": "2025-04-25T14:16:32Z",
"updated_at": "2025-04-25T14:16:32Z",
"day": 4,
"win": 0,
"loss": 0,
"buy": 0,
"sell": 0
},
{
"id": 6495846,
"created_at": "2025-04-25T14:16:32Z",
"updated_at": "2025-04-25T14:16:32Z",
"day": 3,
"win": 0,
"loss": 0,
"buy": 0,
"sell": 0
},
{
"id": 6495845,
"created_at": "2025-04-25T14:16:32Z",
"updated_at": "2025-04-25T14:16:32Z",
"day": 2,
"win": 0,
"loss": 0,
"buy": 0,
"sell": 0
},
{
"id": 6495844,
"created_at": "2025-04-25T14:16:32Z",
"updated_at": "2025-04-25T14:16:32Z",
"day": 1,
"win": 0,
"loss": 0,
"buy": 0,
"sell": 0
},
{
"id": 6495843,
"created_at": "2025-04-25T14:16:32Z",
"updated_at": "2025-04-25T14:16:32Z",
"day": 0,
"win": 0,
"loss": 0,
"buy": 0,
"sell": 0
}
]
}
Sign up to our newsletter to keep up-to-date.