curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/details \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {
"accountLeverage": 100,
"accountMethod": "Exchange",
"accountName": "John Doe",
"accountType": "Hedging",
"company": "IC Markets",
"currency": "USD",
"group": "demo\\hedging\\USD",
"host": "mt5-demo.icmarkets.com",
"isInvestor": false,
"password": "",
"port": 443,
"serverName": "ICMarketsSC-Demo",
"serverTime": "2026-04-01T12:00:00",
"serverTimeZone": "UTC",
"user": 51234567
}
}Returns full account information including name, company, server, group, and timezone.
curl --request GET \
--url https://api.easierprop.com/api/accounts/{id}/details \
--header 'X-API-Key: <api-key>'{
"ok": true,
"data": {
"accountLeverage": 100,
"accountMethod": "Exchange",
"accountName": "John Doe",
"accountType": "Hedging",
"company": "IC Markets",
"currency": "USD",
"group": "demo\\hedging\\USD",
"host": "mt5-demo.icmarkets.com",
"isInvestor": false,
"password": "",
"port": 443,
"serverName": "ICMarketsSC-Demo",
"serverTime": "2026-04-01T12:00:00",
"serverTimeZone": "UTC",
"user": 51234567
}
}