THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/client/trading-account-details' \
--header 'Authorization: '
{
"data": [
{
"demo": [
{
"platform_id": 4,
"account_status": "TRADE_ENABLED",
"markets_offered": [
"Forex: standard",
"Stocks",
"Stock Indices",
"Commodities",
"Cryptocurrencies",
"ETFs",
"Synthetic indices",
"Basket indices",
"Derived FX"
],
"display_name": "MT5 Standard",
"platform_account_id": "xxxxxx",
"max_leverage": 1000,
"currency": "USD",
"status": "created",
"pips": 0.1,
"provider": "MT5",
"information": "Diverse financial and derived instruments.",
"server": "Deriv-Demo",
"id": 164,
"broker": "Deriv (SVG) L.L.C",
"counterparty": "dsvg",
"balance": "10000.00",
"platform_type": "demo",
"type": "standard"
},
{
"type": "ctrader",
"pips": 0.5,
"display_name": "cTrader",
"status": "not_created",
"broker": null,
"max_leverage": 1000,
"platform_type": "demo",
"markets_offered": [
"Forex: standard",
"Stocks",
"Stock Indices",
"Commodities",
"Cryptocurrencies",
"ETFs",
"Synthetic indices",
"Basket indices",
"Derived FX"
]
}
],
"real": [
{
"pips": 0.1,
"broker": null,
"markets_offered": [
"Forex: standard",
"Stocks",
"Stock Indices",
"Commodities",
"Cryptocurrencies",
"ETFs",
"Synthetic indices",
"Basket indices",
"Derived FX"
],
"platform_type": "real",
"display_name": "MT5 Standard",
"information": "Diverse financial and derived instruments.",
"max_leverage": 1000,
"status": "not_created",
"type": "standard"
},
{
"display_name": "cTrader",
"status": "not_created",
"broker": null,
"type": "ctrader",
"markets_offered": [
"Forex: standard",
"Stocks",
"Stock Indices",
"Commodities",
"Cryptocurrencies",
"ETFs",
"Synthetic indices",
"Basket indices",
"Derived FX"
],
"pips": 0.5,
"max_leverage": 1000,
"platform_type": "real"
}
]
}
]
}