AArtery
On this page

Every market.
One pipeline.

Artery API is a unified infrastructure layer that aggregates Polymarket, Kalshi, Hyperliquid (Perp / HIP-3 / HIP-4) and the HyperEVM DEX into a single API surface — REST + WebSocket, native shapes preserved.

Native passthrough
Each provider returns its own raw shape inside { native, meta }. No information loss.
Unified streaming
One WebSocket multiplexes Polymarket, Kalshi, and Hyperliquid feeds — no per-venue plumbing.
Non-custodial
Artery never holds withdrawal-capable keys. Agent-trading + KMS envelope encryption.
Note

Artery ships native passthrough today: each provider returns its own raw shape. A unified normalized layer with explicit divergence annotations is on the roadmap.

Why Artery?

Quick start

  1. Get an API key

    POST /keys — see Authentication.

  2. Make your first call
    bashcurl https://api.artery.questflow.ai/v1/polymarket/markets \
      -H "Authorization: Bearer art_live_..."
  3. Stream events

    Connect to wss://api.artery.questflow.ai/v1/stream and subscribe by provider + market ID.

Edit this page on GitHubLast updated
Artery API · Docs