G

Graphadvocate · Kalshi Polymarket Spread

by Graphadvocate

POSTBase

$0.05

per call · USD Coin on Base

Cross-source arbitrage spread between Kalshi and Polymarket on a topic. POST {topic, limit?}. Pulls matching markets from both venues (Politics + Elections overlap heavily), computes price mid-spread + arbitrage direction. JOIN that single-source passthrough APIs (incl. Pinax Token API) structurally can't return — this is what survives Pinax shipping Kalshi support later.

Endpoint

POST https://graphadvocate.com/kalshi-polymarket/spread

1

Calls / 30d

1

Unique payers / 30d

Sep 2

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://graphadvocate.com/kalshi-polymarket/spread", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "limit": 5,
    "topic": "fed rate"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://graphadvocate.com/kalshi-polymarket/spread" \
  -H "Content-Type: application/json" \
  -d '{"limit":5,"topic":"fed rate"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "kalshi_candidates": 3,
  "pairs": [
    {
      "arbitrage_direction": "long-poly-short-kalshi",
      "kalshi_ticker": "KXFED-25DEC-CUT25",
      "kalshi_yes_mid": 0.62,
      "polymarket_market_slug": "fed-rate-cut-december",
      "polymarket_yes_mid": 0.58,
      "spread_bps": 400,
      "spread_yes_kalshi_minus_poly": 0.04
    }
  ],
  "polymarket_candidates": 2,
  "topic_keyword": "fed rate"
}

Payment details

Pay to0x0ff5a6ecef783bba35463ec2f8403b9b5e9e7c86
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Games & Fun and the homepage with a featured placement.

Get featured →

More from Graphadvocate & similar services

G

Graphadvocate · Route

graphadvocate.com

Onchain data router for AI agents. Plain-English → working GraphQL or REST. 15.5K+ subgraphs on 8 chains. Uniswap, Aave, Compound, ENS, Polymarket, Limitless, Predict.fun, ERC-8004 discovery. Identified senders (include `sender` wallet in A2A metadata): 3 free /route /day, then $0.01 USDC via x402 on Base. Anonymous senders pay $0.01 from call 1. /polymarket + /hyperliquid trader-intel paid from call 1 ($0.01-$0.10).

POSTBaseOnchain Data
$0.01 / call6 calls / 30d
G

Graphadvocate · Agent Score

graphadvocate.com

Composite 0-100 reputation score for any Base wallet. POST {wallet, days?=90}. Combines ERC-8004 registration (Agent0 subgraph), USDC settlement velocity (Base RPC scan), and ERC-8004 feedback+validation registry events aggregated across all of the owner's agents. Hard-gates on 8004 registration to filter burn addresses + CEX wallets. Cached 24h. Use for: should I integrate/pay/trust this peer agent.

POSTBaseAI & Inference
$0.02 / call5 calls / 30d
G

Graphadvocate · Onchain X402 Address

graphadvocate.com

On-chain x402 settlement summary for an address from the decentralized x402 Base subgraph on The Graph Network. POST {address}. Returns lifetime stats as payer + recipient (totalPayments, totalVolume, first/last seen), recent 10 payments each direction, facilitator metadata if applicable, plus indexed_through_block for freshness. Decentralized, verifiable. Distinct from /ask. $0.01 USDC on Base.

POSTBaseOnchain Data
$0.01 / call4 calls / 30d