Get category by slug

GET /api/v1/markets/categories/{slug}

Get category by slug

get

Returns a single category by its URL slug, including all nested subcategories and the topics within each subcategory.

Path parameters
slugstringRequired

Category slug

Responses
200

OK

application/json
idintegerOptional
imagestringOptional
liveMarketCountintegerOptional
namestringOptional
slugstringOptional
get
/api/v1/markets/categories/{slug}

Last updated