THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/GetAccount' \
--header 'Authorization: Bearer {{Bearer}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_id": "CR**000***"
}'
{
"account_id": "CR**000***",
"currency": "USD",
"balance": "0"
}