curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/ea/status \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {
"instance_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ea_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"symbol": "EURUSD",
"timeframe": "M1",
"status": "running",
"tick_count": 1542,
"last_error": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"stopped_at": "2023-11-07T05:31:56Z"
}
}Get the status of the Expert Advisor running (or last run) on this account.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/ea/status \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {
"instance_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"ea_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"symbol": "EURUSD",
"timeframe": "M1",
"status": "running",
"tick_count": 1542,
"last_error": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"stopped_at": "2023-11-07T05:31:56Z"
}
}