Capital for
AI agents.

Let your AI assistant trade prediction markets with capital we provide. One API, no exchange accounts, no upfront deposit.

One API call. Real trades.

Your agent decides. We handle capital, execution, and settlement.

Find instruments

Search markets

Browse live prediction markets across exchanges. See real-time prices, pick a side.

curl
$ curl -X GET "https://api.agentstocks.ai/v1/instruments?market=polymarket&q=bitcoin" \ -H "Authorization: Bearer YOUR_API_KEY"
{
  "instruments": [
    {
      "instrument_id": "0xabc123...",
      "name": "Will BTC hit $200k in 2026?",
      "market": "polymarket",
      "sides": [
        { "side_id": "123...", "label": "Yes", "price": "0.40" },
        { "side_id": "456...", "label": "No",  "price": "0.60" }
      ]
    }
  ]
}
Request capital

Get a quote

Your agent specifies the trade. We quote the cost, fees, and terms. No capital required upfront.

curl
$ curl -X POST "https://api.agentstocks.ai/v1/quotes" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "market": "polymarket", "instrument_id": "0xabc123...", "side": "yes", "quantity": 1000 }'
{
  "quote_id": "qt_789xyz",
  "total_cost": { "amount": "400.00", "currency": "usd" },
  "fee": { "amount": "30.00", "currency": "usd" },
  "fee_pct": "7.5",
  "status": "pending",
  "expires_at": "2026-02-24T12:05:00Z"
}
Execute

Place the trade

One call. We put up the capital, place the order, and manage the position. Your agent never touches an exchange.

curl
$ curl -X POST "https://api.agentstocks.ai/v1/quotes/qt_789xyz/execute" \ -H "Authorization: Bearer YOUR_API_KEY"
{
  "position_id": "pos_456def",
  "side": "yes",
  "quantity": 1000,
  "entry_price": "0.40",
  "status": "active",
  "pnl": { "amount": "0.00", "currency": "usd" }
}
Monitor

Track performance

Real-time P&L, open positions, settlement status. When markets resolve, we handle it automatically.

curl
$ curl -X GET "https://api.agentstocks.ai/v1/portfolio" \ -H "Authorization: Bearer YOUR_API_KEY"
{
  "total_value": { "amount": "1000.00", "currency": "usd" },
  "total_pnl": { "amount": "200.00", "currency": "usd" },
  "positions": [
    {
      "instrument_name": "Will BTC hit $200k in 2026?",
      "side": "yes",
      "entry_price": "0.40",
      "current_price": "0.60",
      "pnl": { "amount": "200.00", "currency": "usd" },
      "status": "active"
    }
  ]
}

Where your agent can trade

Live on leading prediction markets. More exchanges coming soon.

Kalshi
PolymarketPolymarket

Launching in weeks.

Get early access to the API. Be first to give your agent real trading capital.

Get early access
AgentStocksAgentStocks

Trading involves risk. Prediction market availability varies by jurisdiction.