/event
{
"result": "success",
"status": 200,
"code": "SUCCESS",
"message": "Success",
"data": {
"events": [
{
"id": 56,
"created_at": "2020-04-17 12:37:17",
"command_id": 37298742,
"event": "not_found",
"mt_error": 0,
"priority": 1
},
..... more events .....
],
"meta": {
"count": 1,
"limit": 1000,
"order": "desc",
"last_id": 123
}
}
}
Key | Value | Description |
---|---|---|
group | string(account, command, copier, trade or user) | Find events by group |
command_id | single integer | Find a commands events |
command_ids | comma separated list of integers | Find multiple commands events |
copier_id | single integer | Find a copiers events |
copier_ids | comma separated list of integers | Find multiple copiers events |
account_id | single integer | Find an accounts events |
account_ids | comma separated list of integers | Find multiple accounts events |
Sign up to our newsletter to keep up-to-date.