Get Account
Developing
GET
/platform/mt5/users
get_accounts
Last modified:2025-02-18 08:33:53
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api-core.deriv.com/v1/platform/mt5/users?is_demo=false&platform_account_id={{CLIENT_REAL_MT5_ACC_ID}}&account_id=' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}'
Response Response Example
{
"data": [
{
"id": "10072505",
"group": "real\\p01_ts01\\champion\\dsvg_default_usd",
"name": "Hal+Graham+",
"first_name": "Hal+Graham+",
"last_name": "",
"middle_name": "",
"country": "sg",
"balance": "0.00",
"credit": "0.00",
"rights": "2407"
}
],
"meta": {
"endpoint": "/platform/mt5/users",
"method": "GET",
"timing": 3899
}
}
Request
Query Params
is_demo
string
optional
Example:
false
platform_account_id
string
optional
Example:
{{CLIENT_REAL_MT5_ACC_ID}}
account_id
string
optional
Header Params
Authorization
string
optional
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
string
optional
Default:
{{RL_EXCLUSION_KEY}}
Responses
Modified at 2025-02-18 08:33:53