Create MT5 Account
Core Prod
https://api-core.deriv.com/v1
Core Prod
https://api-core.deriv.com/v1
POST
/platform/uae/mt5/users
create_mt5_account_uae
Last modified:2025-07-11 08:20:53
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/platform/uae/mt5/users' \
--header 'Authorization: {{CLINET_AUTH_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_demo": true,
"account_type": "swap-free",
"password": "pA$$w0Rd",
"platform_id": 4
}'
Response Response Example
200 - Success
{
"data": [
{
"id": 1,
"last_name": "doe",
"group": "demo\\p01_ts03\\swapfree\\dcl_default_aed",
"display_name": "Swap-free",
"country": "United Arab Emirates",
"platform_type": "demo",
"first_name": "John",
"type": "swap-free",
"balance": "10000.00"
}
],
"meta": {
"endpoint": "/v1/platform/uae/mt5/users",
"method": "POST",
"timing": 1898
}
}
Request
Header Params
Authorization
string
required
Example:
{{CLINET_AUTH_TOKEN}}
Body Params application/json
Responses
Modified at 2025-07-11 08:20:53