Get Platforms
Testing
GET
/config/platforms
get_platforms
Last modified:2025-02-06 08:23:15
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api-core.deriv.com/v1/config/platforms?platform={{$helpers.arrayElement(['\''mt5'\'','\''derivx'\'','\''ctrader'\'','\''dtrader'\''])}}' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}'
Response Response Example
{
"data": [
{
"account": {
"types": {
"cfd": {
"champion": [
"standard"
],
"deriv": [
"standard",
"swapfree",
"financial",
"zerospread",
"gold",
"financial-stp"
]
}
}
}
}
],
"meta": {
"endpoint": "/config/platforms",
"method": "GET",
"timing": 599
}
}
Request
Query Params
platform
string
optional
Example:
{{$helpers.arrayElement(['mt5','derivx','ctrader','dtrader'])}}
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:15