Prediction Markets

Polymarket

economy

Polymarket is an cost-effective prediction markets provider offering Prediction Markets, Trending Markets, Biggest Movers and 5 more through Aweb's unified API. It features none streaming support with premium-tier latency.

Try PolymarketOfficial docs

Specifications

CategoryPrediction Markets
Auth Typenone
Latency Tierpremium
Streamingnone
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://gamma-api.polymarket.com
SDK Package

Capabilities (8)

Prediction Marketsprediction.markets
Score: 98DEFAULT
Trending Marketsprediction.trending
Score: 95DEFAULT
Biggest Moversprediction.movers
Score: 95DEFAULT
Closing Soonprediction.closing
Score: 90DEFAULT
Market Detailprediction.detail
Score: 95DEFAULT
Markets by Categoryprediction.category
Score: 90DEFAULT
Market Intelligenceprediction.summary
Score: 95DEFAULT
Prediction Eventsprediction.events
Score: 90DEFAULT

Quick start

Use Polymarket through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "polymarket",
    "capability": "prediction.markets",
    "input": { "prompt": "Hello from Polymarket!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'polymarket',
  capability: 'prediction.markets',
  input: { prompt: 'Hello from Polymarket!' },
});

console.log(result.output);
Getting started →API reference →All capabilities →All providers →