THIS SITE IS UNDER CONSTRUCTION
curl --location -g --request GET 'https://api-core.deriv.com/v1/config/platforms?platform={{$helpers.arrayElement(['\''mt5'\'','\''derivx'\'','\''ctrader'\'','\''dtrader'\''])}}' \
--header 'Authorization: '
{
"data": [
{
"account": {
"types": {
"cfd": {
"champion": [
"standard"
],
"deriv": [
"Standard",
"Swapfree",
"Financial",
"Zerospread",
"Gold",
"Financial-stp"
],
"deriv-uae": [
"standard",
"swap-free"
]
}
}
},
"platform": {
"enabled": true,
"name": "mt5",
"type": "cfd"
}
}
],
"meta": {
"endpoint": "/v1/config/platforms",
"method": "GET",
"timing": 3235
}
}