Returns analysis info for all the accounts.
/analyses
{
"result": "success",
"status": 200,
"meta": {
"count": 3,
"limit": 1000,
"order": "desc",
"last_id": 60
},
"data": [
{
"id": 66,
"created_at": "2021-03-09T12:53:16.000000Z",
"updated_at": "2021-03-22T09:24:08.000000Z",
"profit_loss": 13.46,
"growth": 0.01,
"..": ".........."
},
.....more analyses.....
]
}
Key | Value | Description |
---|---|---|
account_id | single integer | Find a specific account |
account_ids | comma separated list of integers | Find multiple accounts |
Sign up to our newsletter to keep up-to-date.