For the complete documentation index, see llms.txt. This page is also available as Markdown.

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. Pass ?locale= to receive translated display names in name; falls back to source when a translation is unavailable.

Query parameters
limitintegerOptional

Page size

Default: 100
offsetintegerOptional

Page offset

Default: 0
localestringOptional

BCP-47 locale for translated names (e.g. zh, es)

Responses
200

OK

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

Last updated