curl --location '/enterprise/v2/stats/transaction-assets?start_time=undefined&end_time=undefined&asset_limit=undefined' \
--header 'Authorization: Bearer <token>'{
"data": {
"active_accounts": 31,
"total_accounts": 35,
"accounts": [
{
"provider_id": "Fidelity",
"active_count": 0,
"total_count": 0
},
{
"provider_id": "Bitcoin",
"active_count": 2,
"total_count": 2
},
{
"provider_id": "Kraken",
"active_count": 1,
"total_count": 1
},
{
"provider_id": "Ethereum",
"active_count": 13,
"total_count": 14
},
{
"provider_id": "Binance US",
"active_count": 2,
"total_count": 3
},
{
"provider_id": "Coinbase",
"active_count": 11,
"total_count": 13
},
{
"provider_id": "Gemini",
"active_count": 2,
"total_count": 2
}
]
},
"errors": []
}