THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/derivatives/account' \
--header 'Authorization;'
{
"data": [
{
"account_id": "CR90000011",
"balance": "0.00",
"currency": "USD",
"account_type": "real",
"provider_id": "derivatives"
}
],
"meta": {
"endpoint": "/v1/derivatives/account",
"method": "GET",
"timing": 6091
}
}