$0.001
per call · USD Coin on Base
Polymarket prediction market odds — live prices for any market by free-text search or slug: outcomes, prices, spread, 24h volume, liquidity, resolution date.
Endpoint
POST https://md.fastdb.in/pulse/odds11
Calls / 30d
4
Unique payers / 30d
Sep 9
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://md.fastdb.in/pulse/odds", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"limit": 5,
"query": "argentina world cup"
}),
});
const data = await res.json();curl -X POST \
"https://md.fastdb.in/pulse/odds" \
-H "Content-Type: application/json" \
-d '{"limit":5,"query":"argentina world cup"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"markets": [
{
"active": true,
"bestAsk": 0.407,
"bestBid": 0.404,
"endDate": "2026-07-20T00:00:00Z",
"liquidity": 812000,
"oneDayPriceChange": 0.021,
"outcomes": [
"Yes",
"No"
],
"prices": [
0.4055,
0.5945
],
"question": "Will Argentina win the 2026 FIFA World Cup?",
"slug": "will-argentina-win-the-2026-fifa-world-cup",
"spread": 0.003,
"url": "https://polymarket.com/market/will-argentina-win-the-2026-fifa-world-cup",
"volume24h": 3276661
}
],
"query": "argentina world cup",
"source": "polymarket"
}Payment details
0x072f3a2bd93bb75b1eb84a9e45d17a4f90a6d801USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Fastdb & similar services
Fastdb · MD
md.fastdb.in
Scrape any web page: URL to Markdown / HTML to Markdown for LLM context. Readability article extraction strips nav, ads, scripts, and footers while keeping tables and code blocks. Optional render:true executes JavaScript in a headless browser for SPAs (React/Next/Vue).
Fastdb · Extract
md.fastdb.in
Scrape a web page to structured JSON: title, byline, excerpt, full text, links, images, and OpenGraph meta. Web data extraction for AI agents, RAG ingestion, and LLM pipelines.
Fastdb · Pulse GAS
md.fastdb.in
Live gas on Ethereum, Base, Arbitrum, Optimism, Polygon — base fee, priority fee tiers, and USD transfer cost, straight from chain RPC.