Skip to main content

Overview

Prediction markets are a natural fit for AI agents. Structured outcomes, real-time pricing, and rich historical data make them ideal for automated research and trading. Struct provides the data infrastructure agents need to operate on Polymarket, and the docs are built for agents with copy-ready context on every page.

What You Can Build

Trading Agents

Autonomous agents that monitor markets, evaluate probabilities, and execute strategies on the typed SDK.

Research Agents

Agents that ingest market data and history to find movers and generate forecasts.

Monitoring Agents

Agents that watch for new markets, large trades, or price crossings and act on them.

Market Making Bots

Bots that quote prices from the live order book and trade stream.

Event-driven agent triggers

Instead of polling, let events wake your agent up: Delivered as webhooks or websocket alerts, so an always-on agent can hold a socket while a serverless one takes an HTTP POST.

Relevant Struct Features

Guides to get started

Find market movers

Rank the biggest moves across markets.

Trending events

Track what is heating up in real time.

Mobile / push alerts

Notify on a price crossing via webhook.

API cookbook

Common request recipes to get going fast.
Last modified on June 16, 2026