Skip to main content
GET
Browse Active Markets
This is the same as Browse Active Markets but with the category ID as a path parameter instead of a query parameter. Use Get Category Counts to discover available category IDs.

Path Parameters

categoryId
number

Filter markets by category ID

Query Parameters

page
number

Page number for pagination

Example:

1

limit
number

Number of items per page

Example:

10

sortBy
string

Sort by query parameter

Example:

"newest"

tradeType
enum<string>

Filter by trade type (amm, clob, or group)

Available options:
amm,
clob,
group
automationType
enum<string>

Filter by automation type (manual, lumy, or sports)

Available options:
manual,
lumy,
sports

Response

Active markets and groups with volume and liquidity data

data
object[]
required

Array of active markets with complete trading data including volume, liquidity, and recent feed events

Example:
totalMarketsCount
number
required

Total number of active markets available for pagination

Example:

150