Skip to main content
GET
/
api
/
accounts
/
{id}
/
details
Account details
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
  }
}

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

Account details

ok
boolean
Example:

true

data
object