Skip to main content
GET
/
api
/
accounts
/
{id}
/
ea
/
status
EA status on 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"
  }
}

Authorizations

X-API-Key
string
header
required

Client API key (prefixed with sk_)

Path Parameters

id
string<uuid>
required

Account ID

Response

200 - application/json

EA status

ok
boolean
Example:

true

data
object