cURL
curl --request GET \ --url https://api.limitless.exchange/markets/categories/count
{ "category": { "1": 10, "2": 5, "3": 8 }, "totalCount": 23 }
Returns the number of active markets for each category and the total market count
Object containing category counts and total count
Number of active markets per category
Show child attributes
{ "1": 10, "2": 5, "3": 8 }
Total number of active markets
23