prediction-market-edge-detector
v1.0.0
Published
Detect mispricings in prediction markets. Filter, rank, and monitor edges from 30,000+ markets across Kalshi and Polymarket.
Maintainers
Readme
prediction-market-edge-detector
Detect mispricings in prediction markets. Filter, rank, and monitor edges from 30,000+ markets.
import { getEdges, filterEdges, rankByExpectedValue } from 'prediction-market-edge-detector'
const edges = await getEdges()
const good = filterEdges(edges, { minEdge: 10, liquidity: ['high', 'medium'] })
const ranked = rankByExpectedValue(good)License
MIT — SimpleFunctions
