days (default 30).Authorization: ********************curl --location '/v1/crypto/account/balance-snapshots?days=' \
--header 'Authorization: Bearer <token>'{
"period_days": 0,
"opening_total_usd": "string",
"current_total_usd": "string",
"change_usd": "string",
"change_percent": "string",
"items": [
{
"date": "2019-08-24",
"total_usd": "string"
}
]
}