THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/client/account-info?with_balance=true&account_id=292' \
--header 'Authorization: '
{
"data": [
{
"id": 1,
"platform_account_id": "111",
"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/account-info",
"method": "GET",
"timing": 2606
}
}