Dreamsea Docs

API Overview

Choose the API surface for market discovery, trading, analytics, or live data

The Dreamsea platform exposes separate APIs for public metadata, CLOB trading, portfolio analytics, and real-time updates. Choose one based on the data or action you need rather than treating the platform as a single endpoint.

API surfaces

APIUse it forBase URL
GammaEvents, markets, comments, profiles, tags, series, and searchhttps://gamma-api.kuest.com
CLOBBooks, prices, authentication, orders, cancellations, and account tradeshttps://clob.kuest.com
DataPositions, activity, holders, leaderboards, and analyticshttps://data-api.kuest.com
CLOB WebSocketPublic market and authenticated user streamswss://ws-subscriptions-clob.kuest.com
Live Data WebSocketActivity, comments, and live price topicswss://ws-live-data.kuest.com

Authentication

Public discovery, order-book, pricing, and most analytics endpoints do not require credentials. Private CLOB actions use:

  1. L1 authentication — a wallet signature that proves control of the address and creates or derives credentials.
  2. L2 authentication — API key, secret, and passphrase used to sign private requests.

Order placement also requires the order payload itself to be signed.

Start with an SDK if your language is supported. It handles credential derivation, request signing, and typed payloads while using the same APIs documented here.

Start here