/accounts
Returns a paginated list of accounts.
{
"result": "success",
"status": 200,
"meta": {
"count": 2,
"limit": 1000,
"order": "desc",
"last_id": 1241451
},
"data": [
{
"id": 1241453,
"created_at": "2025-04-23T14:15:50Z",
"updated_at": "2025-04-25T11:27:17Z",
"restored_at": "2025-04-25T11:26:35Z",
"application": "mt4",
"type": "full",
"account_name": "Test account 1",
"account_number": 5449295,
"password": "KSaaog",
"broker_server_id": 119,
"status": "connection_ok",
"login_response": null,
"modify_disabled": "no",
"last_ping": "2025-04-25T14:12:34Z",
"broker": "ActivTrades Plc",
"client_name": "ben mcmullan",
"server": "Activtrades-Demo",
"trade_mode": "demo",
"leverage": 30,
"is_demo": "no",
"suffix": "",
"currency": "USD",
"balance": 20123.99,
"credit": 0,
"equity": 20388.31,
"free_margin": 5047.24,
"used_margin": 15341.07,
"open_trades": 4,
"pending_orders": 0,
"open_trades_lots": 4,
"pending_orders_lots": 0,
"daily_profit": -5.61,
"weekly_profit": 123.99,
"monthly_profit": 123.99,
"total_profit": 123.99
},
{
"id": 1241451,
"created_at": "2025-04-23T14:12:47Z",
"updated_at": "2025-04-25T11:27:02Z",
"restored_at": "2025-04-25T11:26:21Z",
"application": "mt4",
"type": "full",
"account_name": "Test account 2",
"account_number": 5449289,
"password": "BUfnpv",
"broker_server_id": 119,
"status": "connection_ok",
"login_response": null,
"modify_disabled": "no",
"last_ping": "2025-04-25T14:13:02Z",
"broker": "ActivTrades Plc",
"client_name": "ben mcmullan",
"server": "Activtrades-Demo",
"trade_mode": "demo",
"leverage": 1,
"is_demo": "no",
"suffix": "",
"currency": "USD",
"balance": 100000.74,
"credit": 0,
"equity": 100021.2,
"free_margin": 95288.13,
"used_margin": 4733.07,
"open_trades": 6,
"pending_orders": 0,
"open_trades_lots": 0.06,
"pending_orders_lots": 0,
"daily_profit": 0,
"weekly_profit": 0.74,
"monthly_profit": 0.74,
"total_profit": 0.74
}
]
}
Key | Value | Description |
---|---|---|
id | single integer | Find a specific account |
ids | comma separated string of integers | Find multiple accounts |
Sign up to our newsletter to keep up-to-date.