Get MT5 Account Trading Specification Rules
Testing
GET
/config/mt5-account-specs
get_mt5_trading_spec_rules
Last modified:2025-02-06 08:23:16
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api-core.deriv.com/v1/config/mt5-account-specs?account_type={{$helpers.arrayElement(['\''standard'\'','\''swapfree'\'','\''financial'\'','\''zerospread'\'','\''gold'\'','\''financial-stp'\''])}}' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}'
Response Response Example
200 - Success
{
"data": [
{
"display_name": "MT5 Standard",
"markets_offered": [
"Forex: standard",
"Stocks",
"Stock indices",
"Commodities",
"cryptocurrencies",
"ETFs",
"Synthetic indices",
"Basket indices",
"Derived FX"
],
"max_leverage": "1:1000",
"pips": 0.1
}
],
"meta": {
"endpoint": "/config/mt5-account-specs",
"method": "GET",
"timing": 625
}
}
Request
Query Params
account_type
string
optional
Example:
{{$helpers.arrayElement(['standard','swapfree','financial','zerospread','gold','financial-stp'])}}
Header Params
Authorization
string
optional
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
string
optional
Default:
{{RL_EXCLUSION_KEY}}
Responses
Modified at 2025-02-06 08:23:16