F

Fastdb · Pulse Odds

by Fastdb

POSTBase

$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/odds

11

Calls / 30d

4

Unique payers / 30d

Sep 9

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://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
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

Pay to0x072f3a2bd93bb75b1eb84a9e45d17a4f90a6d801
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Fastdb & similar services