Skip to main content
POST
/
api
/
{exchange}
/
loadMarkets
import pmxt # API key optional — enables faster catalog-backed lookups exchange = pmxt.Polymarket( pmxt_api_key="YOUR_PMXT_API_KEY", ) result = exchange.load_markets()
{
  "success": true,
  "error": {
    "message": "<string>"
  },
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://pmxt.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Faster with an API key — With a PMXT API key this endpoint is served from an indexed catalog (~10 ms) instead of proxying to the venue (~500 ms). No code changes required — same request, same response, just faster. Learn more.

Path Parameters

exchange
enum<string>
required

The prediction market exchange to target.

Available options:
polymarket,
kalshi,
kalshi-demo,
limitless,
probable,
baozi,
myriad,
opinion,
metaculus,
smarkets,
polymarket_us,
gemini-titan,
hyperliquid,
suibets,
mock,
router

Body

application/json
args
boolean[]
Maximum array length: 1
credentials
object

Optional authentication credentials for exchange operations.

Response

200 - application/json

Load Markets response

success
boolean
Example:

true

error
object
data
object