THIS SITE IS UNDER CONSTRUCTION
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: '
{
"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
}
}