List Markets
Series
List Markets
Discover which Polymarket markets have option series available for trading on Convallax.
GET
List Markets
No authentication required — this is a public read endpoint. Do not send an
X-API-Key header; it is neither required nor checked.
Start here to discover which markets are available. Each entry tells you:
conditionId— pass this to List Series to see every individual option series for that market.strikes— which strike prices (in basis points) are available.expiries— which expiry dates are available (Unix timestamps).optionTypes— whether calls, puts, or both are listed.
Typical workflow
- Call
GET /v1/marketsto see what’s tradeable. - Pick a market and call
GET /v1/series?conditionId=0x...to browse its series. - Open a quote request with the desired series parameters.
