Get all categories

GET /api/v1/markets/categories

Get all categories

get

Returns a paginated list of all market categories, each including a count of subcategories and topics nested within it.

Query parameters
limitintegerOptional

Page size

Default: 100
offsetintegerOptional

Page offset

Default: 0
Responses
chevron-right
200

OK

application/json
get
/api/v1/markets/categories

Last updated