Fetch matched market clusters
Returns connected clusters of semantically matched markets across venues. Use this endpoint to browse or anchor market-level matches without flattening the response into pairwise rows.
Query parameters
Anchor the response to a specific market ID.
Anchor the response to a specific market slug.
Anchor the response to a specific market URL.
Text search across cluster titles.
Filter both sides of matched edges by market category.
Comma-separated relation filter. Valid values: identity (same resolution), subset (A yes implies B yes), superset (B yes implies A yes), overlap (some shared scenarios), and disjoint (mutually exclusive). Defaults to identity. For subset and superset, direction follows the pairwise edge direction returned in rawMatches when includeRawMatches=true.
Single relation filter. Alias for relations.
Comma-separated venue allow-list.
Comma-separated venue deny-list.
Minimum number of venues required in a cluster.
Require at least one live orderbook on each matched edge.
Only include matches updated after this timestamp.
Include the pairwise match edges used to build each cluster.
Maximum number of pairwise edges to scan before clustering.
Response
Matched market clusters.
Changes
Changed in 2 of the 8 revisions of this API.38
- ▲
the
queryrequest parameterrelationwas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
for the
queryrequest parameterrelation, default valueidentitywas addedrequest-parameter-default-value-added
- ▲
for the
queryrequest parameterrelations, default valueidentitywas addedrequest-parameter-default-value-added
- ○
added the new optional
queryrequest parametercategorynew-optional-request-parameter
- ○
added the new optional
queryrequest parameterquerynew-optional-request-parameter
- ○
added the new enum value
disjointto thequeryrequest parameterrelationrequest-parameter-enum-value-added
- ○
added the new enum value
identityto thequeryrequest parameterrelationrequest-parameter-enum-value-added
- ○
added the new enum value
overlapto thequeryrequest parameterrelationrequest-parameter-enum-value-added
- ○
added the new enum value
subsetto thequeryrequest parameterrelationrequest-parameter-enum-value-added
- ○
added the new enum value
supersetto thequeryrequest parameterrelationrequest-parameter-enum-value-added
- ▲
- ○
endpoint added
endpoint-added
- ○