EventTrader
AI-Native Trading
PAPER
Menu
Dark Mode
Plain English Mode
PAPER TRADING MODE — Enable real trading on your Account page
Back
Institutional API

MARKET MAKER SERVICES

Signal + Pipes

Prediction market alpha signals and settlement infrastructure. The data that moves before spot — and the rails to act on it.

<10ms
Feed Latency
47+
Active Markets
15 min
Deposit SLA (L2)
100%
On-Chain Settled

SIGNAL

Prediction Market Alpha

Real-time order flow, sentiment shifts, and cross-market correlation from prediction markets. The data that moves 1-5 minutes before spot.

  • Live trade stream (<10ms latency)
  • L2 orderbook depth snapshots
  • Aggregated order flow (1m-1d intervals)
  • Sentiment index per market
  • Cross-market correlation matrix with lead/lag
  • Event impact signals (probability → implied spot move)
  • WebSocket + REST + webhook delivery
  • Historical backfill available
// Cross-market correlation — the key alpha
{
  "pair": "wta-btc-100k | clob-btc-perp",
  "correlation": 0.91,
  "lag_minutes": -1,
  "note": "prediction market leads spot"
}

PIPES

Settlement Infrastructure

Deposit, withdraw, sweep, and settle across chains without managing gas, bridges, or wallets. You send USDC — we handle the rest.

  • Multi-chain deposit addresses (Base, Ethereum, Arbitrum)
  • Auto-detected deposits with SLA guarantees
  • Instant / standard / batch withdrawals
  • Gas abstraction (auto USDC → ETH swap)
  • Cross-chain sweep & consolidation
  • Sub-accounts for strategy isolation
  • On-chain verified balances (no phantom credits)
  • Webhook notifications for all state changes
// Withdraw — one call, verified on-chain
POST /api/v1/mm/pipes/withdrawals
{
  "token": "USDC",
  "amount": 25000.00,
  "chain": "base",
  "priority": "instant"
}
// → tx_hash verifiable on BaseScan

API ENDPOINTS

GET/mm/signal/markets
All active prediction markets with live prices
GET/mm/signal/markets/{id}/depth
L2 orderbook snapshot (configurable depth)
GET/mm/signal/markets/{id}/flow
Aggregated order flow with VWAP
GET/mm/signal/correlations
Cross-market correlation matrix + lead/lag
GET/mm/signal/events/impact
Event probability → implied spot move
WS/ws/v1/mm/signal
Real-time trades, depth, flow, sentiment
GET/mm/pipes/balances
On-chain verified balances per account
POST/mm/pipes/withdrawals
Initiate withdrawal with priority tier
POST/mm/pipes/accounts
Create sub-accounts for strategy isolation
POST/mm/pipes/sweep
Cross-chain consolidation to settlement chain
GET/mm/pipes/gas
Gas status and auto-refill configuration
POST/mm/pipes/webhooks
Register webhook for deposit/withdrawal events

PRICING

Signal + Pipes bundled. All tiers include both products.

STARTER
$2,500/mo
3 month minimum
  • 100 req/min (Signal REST)
  • 5 WS channels
  • 30 req/min (Pipes REST)
  • 1 sub-account
  • Email support
  • Standard withdrawal priority
ENTERPRISE
$25,000/mo
12 month minimum
  • 10,000 req/min (Signal REST)
  • Unlimited WS channels
  • 1,000 req/min (Pipes REST)
  • Unlimited sub-accounts
  • Dedicated account manager
  • All withdrawal priorities
  • Full historical backfill
  • Custom integrations

VOLUME DISCOUNTS ON PIPES FEES

Monthly Volume Deposit Fee Withdrawal Fee Sweep Fee
< $1M 5 bps 10 bps 15 bps
$1M – $10M 3 bps 7 bps 10 bps
$10M – $100M 2 bps 5 bps 7 bps
> $100M 1 bp 3 bps 5 bps

GET API ACCESS

Start with a sandbox environment. Go live in under a week. Signal data flowing from day one.

REQUEST ACCESS API DOCUMENTATION