THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/client/accounts' \
--header 'Authorization: '
{
"data": [
{
"id": 594,
"platform_account_id": "30147943",
"currency": "AED",
"metadata": {
"type": "standard",
"group": "demo\\p01_ts03\\standard\\dcl_default_aed"
},
"platform_id": 4,
"counterparty": {
"code": "dcl",
"name": "Deriv Capital Contracts & Currencies L.L.C"
},
"platform": {
"code": "p01_ts03",
"provider": "MT5",
"description": "Deriv-Demo",
"platform_type": "demo"
},
"account_status": "TRADE_ENABLED",
"balance": "10000.00"
}
],
"meta": {
"endpoint": "/v1/client/accounts",
"method": "GET",
"timing": 1085
}
}