Get all account analyses .

GET

Request

/analyses

Response

{
    "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.....
    ]
}

Filters

Key Value Description
account_id single integer Find a specific account
account_ids comma separated list of integers Find multiple accounts

Stay in the loop..

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