Skip to main content
GET
List markets

Query Parameters

page
integer
default:1

Page number (1-indexed).

Required range: x >= 1
take
integer
default:10

Page size for /markets style endpoints.

Required range: 1 <= x <= 1000

Full-text search over the market title.

marketScope
enum<string>
default:default

Convenience filter over deployment types (IXOMarketV1.MarketType):

  • default = STANDARD (0) + CLOB (2)
  • withClob = STANDARD + CLOB + CLOB_PULSE
  • withPulse = all
  • onlyPulse = PULSE (1)
  • onlyClobPulse = CLOB_PULSE (3)
  • onlyClob = CLOB + CLOB_PULSE
Available options:
default,
withClob,
withPulse,
onlyPulse,
onlyClobPulse,
onlyClob
marketType
string

Comma-separated direct type override: 0=STANDARD, 1=PULSE, 2=CLOB, 3=CLOB_PULSE. Overrides marketScope when set.

Example:

"1,3"

statuses
string

Comma-separated statuses. Includes MarketStatus values plus the special tokens CLOSING_24H and EXPIRED.

Example:

"ACTIVE,CLOSING_24H"

categories
string
Example:

"SPORTS,TECHNOLOGY"

isFeatureMarket
boolean
sortBy
enum<string>
Available options:
createdAt,
expiresAt,
totalVolume,
liquidity,
priorityScore,
conviction,
endingSoon,
totalVolumeInUSD
sortOrder
enum<string>
Available options:
ASC,
DESC

Response

Paginated market list.

data
object[]
required
meta
object
required