curl --location '/enterprise/v2/stats/transaction-assets?start_time=undefined&end_time=undefined&asset_limit=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"total_transactions": 0,
"transaction_assets": [
{
"asset_symbol": "string",
"total_count": 0
}
]
}
]
}