v32

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-076085232.1 KB
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

categoryobject required

Number of active markets per category

totalCountnumber required

Total number of active markets

Example response

{
  "category": {
    "1": 10,
    "2": 5,
    "3": 8
  },
  "totalCount": 23
}