Skip to main content
GET
/
v1
/
matching-markets
/
pairs
Get Matched Pairs
curl --request GET \
  --url https://api.predexon.com/v1/matching-markets/pairs \
  --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

match_type
string | null
default:exact

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

active_only
boolean
default:true

Only return pairs where both markets are active

min_similarity
integer | null

Minimum similarity score (0-100)

Required range: 0 <= x <= 100
limit
integer
default:100

Maximum number of pairs to return

Required range: 1 <= x <= 1000
pagination_key
string | null

Pagination key from previous response

Response

Successful Response