BlockchainLive

Matched Pairs

Cross-venue equivalent-market pairs for arbitrage / relative-value spotting.

$0.00552USDC per call · settled on Base · no subscription, no API key

Overview

Cross-venue equivalent-market pairs for arbitrage / relative-value spotting. We fuzzy-match open Polymarket vs Kalshi markets by title-token overlap and return candidate pairs with both venues' YES prices and the implied-probability spread (Polymarket YES minus Kalshi YES). Tune with minScore (0-1 title-similarity floor) and limit. Heuristic — a high score is a strong candidate, not a guaranteed identical contract. Read-only, keyless. No public source maps these directly; the pairing is derived by upstream.

Endpoint

MethodEndpointPriceDescription
GET/v1/marketplace/api/matched-pairs$0.00552Invoke Matched Pairs (Blockchain) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i https://api.jarvisclaw.ai/v1/marketplace/api/matched-pairs

# 2. Pay it (the SDK signs and retries for you)
curl -H "X-PAYMENT: <signed-payload>" https://api.jarvisclaw.ai/v1/marketplace/api/matched-pairs
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs