Your Polymarket strategy,
tested before it costs you.

A paper trading environment built on live Polymarket CLOB quotes. Bring your own strategy — bot, agent, or thesis. Real prices. Real order types. No real USDC at risk.

36-HOUR FREE TRIAL · NO CARD REQUIRED

$0Capital at risk
36hFree trial
12Cities covered
100%API parity
polysandbox.trade API

Polymarket has a learning tax.

The structure is unique. Testing with real money means debugging with your wallet. Most traders pay the market to find out their bot has a sign error.

Without sandbox

Pay to find bugs. Order sizing errors, wrong side logic, fee miscalculations — every mistake costs real USDC.

Can't isolate edge. A winning week could be the market, not your strategy. There's no clean signal in noisy data.

Binary outcomes, CLOB quirks, NegRisk. None of this translates from crypto or equities. You need reps before you risk capital.

vs
With Polysandbox

Debug for free. Run your bot against live CLOB prices, catch every logic error, iterate without cost.

Clean P&L analytics. Separate luck from edge with per-strategy tracking, fill history, and win rate data.

API parity. One environment variable is all that changes between sandbox and live. No re-wiring required.

A complete trading environment,
not a toy.

Every feature is designed for the builder who wants API parity with live Polymarket — so moving from sandbox to live is a one-line change.

01

Live CLOB quotes

Fills are priced at actual Polymarket bid/ask in real time. If the market moves, your fills reflect it.

Real prices
02

FAK + GTC orders

Same order types as live Polymarket. Fill-and-Kill for immediate execution, Good-Till-Cancelled for limit orders. Your bot logic works identically.

API parity
03

MCP for AI agents

Connect Claude, GPT, or any MCP-compatible agent directly. Test your autonomous trading agent before it touches real USDC.

Agent-ready
04

P&L analytics

Isolate whether a loss was bad logic or bad market conditions. Track fills, positions, win rate, and ROI per strategy run.

Per-strategy
05

Replay & backtest

Run your strategy against historical Polymarket data. Validate your logic on past markets before committing to live ones. (Pro+)

Historical data
06

REST API + API keys

Full programmatic access. Issue API keys, connect multiple bots, and integrate with your existing trading infrastructure.

Programmable

Two paths in.
One-line switch to go live.

Whether you're writing a bot in Python or building an AI agent with Claude, the integration is the same — and so is the path to live Polymarket.

# Place a paper order
curl -X POST https://api.polysandbox.trade/v1/sandbox/{sandbox_id}/order \
  -H "X-API-Key: YOUR_KEY" \
  -d '{"token_id":"0x3a4b...","side":"buy","budget_usd":50,"order_type":"FAK"}'

{"filled": 50.0, "avg_price": 0.624}

Full API reference at docs.polysandbox.trade.

// ~/.claude/claude_code_config.json
{
  "mcpServers": {
    "polysandbox": {
      "url":       "https://sandbox-x402-mcp.polysandbox.workers.dev/mcp",
      "transport": "http"
    }
  }
}

export POLYSANDBOX_API_KEY="your_api_key"
export POLYSANDBOX_PRIVATE_KEY="0x..."  # Polygon wallet for signal payments

Works with Claude Code, Claude Desktop, and any MCP client. Signal tools use x402 micropayments on Polygon — see MCP docs.

Start free.
Pay when you're convinced.

36-hour free trial on every new account. No card required. If the sandbox fits your workflow, subscribe.

Free Trial
36h free
no card required

  • 1 sandbox
  • $10,000 demo USDC
  • FAK + GTC orders
  • Browser UI only
  • Basic P&L stats
  • REST API
  • Replay / backtest
  • Support
Start Free Trial

No credit card required

Trader
$9/week
billed weekly

  • 1 sandbox · permanent
  • $50,000 demo USDC
  • FAK + GTC orders
  • REST API · 60 req/s
  • Standard analytics
  • 30-day replay
  • MCP / backtest
  • Email support
Start Building →
Quant
$59/week
billed weekly

  • 20 sandboxes
  • $500,000 demo USDC each
  • FAK + GTC orders
  • REST + MCP · unlimited
  • Advanced analytics + export
  • Full history + backtest
  • Priority support · <4h SLA
Get Quant Access →

The sandbox is the product.
These come with it.

We've built, validated, and run these strategies on live Polymarket. Once you're inside, you'll find them waiting. If they add to your edge, one click subscribes. If not — your own strategy is still the point.

Crypto · BTC ETH SOL XRP

Crypto Price Direction

Directional signal for short-window BTC, ETH, SOL, and XRP price prediction markets. Fires multiple times daily per asset with a defined confidence score. Plug it in and measure.

Windows5m · 15m · live
Historical win rate68–75%
Available inside the sandbox
Weather · 12 cities

Weather Markets

Directional signal for daily temperature outcome markets across 12 major cities. Fires when our probability estimate diverges meaningfully from current market pricing.

Coverage12 cities worldwide
Historical win rate~78%
Available inside the sandbox
Start with the sandbox. Discover signals from inside.
Pricing is visible in-app — subscribe only if the signal earns it.
Start Free Trial

Do I need a Polymarket account?

No. The sandbox is fully independent. You don't touch real Polymarket until you're ready.

Are the prices real?

Yes. Your fills are priced at live Polymarket CLOB quotes pulled in real-time. The only thing fake is the USDC.

What happens after 36 hours?

Your sandbox pauses. Your data stays. Subscribe to continue — or export your results and decide later.

Can I connect my own bot?

Yes. The sandbox exposes the same REST API your bot would use against live Polymarket. Change one environment variable and you're live.

What is MCP?

Model Context Protocol. It lets AI agents (Claude, GPT, etc.) interact with the sandbox as a tool. Build an autonomous trading agent and test it here before it touches real money.

Do the signals work without a sandbox?

Signals run inside your sandbox. The sandbox is the environment — signals are optional strategies you can layer on top of your own.

How does signal pricing work?

Signals are available on a token or subscription basis, visible inside the app. Try them in the sandbox first — subscribe only if they fit your workflow.

Is this affiliated with Polymarket?

No. Polysandbox is an independent product. We use Polymarket's public CLOB data to price fills. We are not affiliated with, endorsed by, or partnered with Polymarket.

Do you offer team or enterprise plans?

All plans are self-serve. If you need team seats, a custom SLA, or a dedicated channel, email quants@polysandbox.trade.