$0.01
per call · USD Coin on Base
Cross-platform arbitrage detection between Polymarket and Kalshi: matched markets, price spreads, fee-adjusted EV. Coverage: liquid Polymarket markets in politics/geopolitics/elections/tech/economy/finance; low-volume long-tail, sports, culture, and weather are not included.
Endpoint
GET https://polynews.news/api/v1/arbitrage3
Calls / 30d
3
Unique payers / 30d
Sep 1
Last called
exact
Payment scheme
Call this service
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://polynews.news/api/v1/arbitrage", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://polynews.news/api/v1/arbitrage?category=politics&limit=50" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data": {
"computedAt": "2026-05-12T04:25:00.000Z",
"kalshiDataAgeSec": 45,
"matchedMarkets": 73,
"opportunities": [
{
"arbitrage": {
"confidence": "high",
"feeEstimate": 0.038,
"impliedProfit": 0.052,
"spreadNet": 0.052,
"spreadRaw": 0.09,
"type": "BUY_YES_POLY_NO_KALSHI"
},
"categoryPoly": "finance",
"id": "0xpoly__BTC200K-26DEC31",
"kalshiTitle": "BTC at or above $200,000 by Dec 31, 2026",
"kalshiYesAsk": 0.41,
"kalshiYesBid": 0.39,
"matchConfidence": 0.87,
"polymarketNoPrice": 0.68,
"polymarketQuestion": "Will Bitcoin reach $200K by Dec 31, 2026?",
"polymarketYesPrice": 0.32
}
],
"polymarketDataAgeSec": 30,
"totalKalshiMarkets": 13802,
"totalPolymarkets": 1074
},
"meta": {
"endpoint": "/api/v1/arbitrage",
"latencyMs": 1240,
"tier": "alpha",
"timestamp": "2026-05-12T04:30:00.000Z",
"version": "v1"
}
}Payment details
0x6ee49a7872844397fb52870cc07b308ffadc9427USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Polynews & similar services
Polynews · Feed
polynews.news
Real-time trade stream with market summaries (2hr rolling window, $500+ trades)
Polynews · Price History
polynews.news
Historical price data with configurable timeframes (1H/6H/1D/1W/1M/ALL)
StableTravel · Seats Aero Availability
stabletravel.dev
Retrieve bulk cached Seats.aero award availability for a mileage program, optionally filtered by region, date, and cabin.