Markets
Get active market count per category
Returns the number of active markets for each category and the total market count
get/markets/categories/count
Response
Object containing category counts and total count
Example response
{
"category": {
"1": 10,
"2": 5,
"3": 8
},
"totalCount": 23
}