Skip to main content
GET
/
v1
/
matching-markets
/
batch
Get Batch Matching Markets
curl --request GET \
  --url https://api.predexon.com/v1/matching-markets/batch \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at https://dashboard.predexon.com

Query Parameters

polymarket_condition_ids
string[] | null

List of Polymarket condition IDs

polymarket_market_slugs
string[] | null

List of Polymarket slugs

polymarket_market_ids
string[] | null

List of Polymarket market IDs

kalshi_market_tickers
string[] | null

List of Kalshi market tickers

match_type
string | null

Filter by match type: 'exact', 'related', or 'all' (default: all)

Response

Successful Response