Get Account Stats
Get the authenticated account's 7-day trading stats (taker volume, maker volume, account maker share, and entity maker share when applicable). Stats are cached by UTC day and may be stale by up to 24 hours.
get/v1/account/stats
Response
Account stats response.
Example response
{
"volume_7d": "5000000",
"taker_volume_7d": "3500000",
"maker_volume_7d": "1500000",
"account_maker_share_7d": "0.35",
"entity_maker_share_7d": "0.35",
"entity_id": 42,
"entity_name": "desk"
}