Skip to main content
If you want to trade through Parsec, start here. The three credential strategies support different workflows, security models, and setup time.

Compare the options

ModeBest forWhere credentials liveOnboarding requiredSupported exchanges for tradingLive orders
Self credentialsYou already have exchange API keys and want a stable setupStored on Parsec after onboardingYesPolymarket, KalshiYes
Managed credentialsYou want the fastest path from signup to first tradeManaged by ParsecYesPolymarketYes
Per-request credentialsYou do not want credentials stored on ParsecOnly in each requestNoPolymarket, KalshiYes

Pick this if…

Self credentials

Pick Self Credentials if:
  • you already have Kalshi API keys or Polymarket CLOB credentials
  • you want to onboard once, then trade repeatedly
  • you are comfortable storing exchange credentials with Parsec

Managed credentials

Pick Managed Credentials if:
  • you want the shortest path to trading on Polymarket
  • you do not want to manage wallet creation or signing infrastructure
  • you are starting from scratch and want Parsec to handle the wallet flow

Per-request credentials

Pick Per-Request Credentials if:
  • you do not want Parsec to store exchange credentials
  • you prefer ephemeral auth on each private request
  • you are building a stricter security flow for yourself or your users

Fastest path to first trade

  1. Choose a setup mode from the three guides above.
  2. If the mode requires onboarding, complete it first.
  3. Find a market with /markets.
  4. Check liquidity with /execution-price or /orderbook.
  5. Place the order through the Order Router.

Verification checklist

Before placing a live order, verify:
  • the target exchange is linked and ready
  • you can read /balance or /ping successfully
  • you know the exact market ID or parsec_id
  • you have checked price, size, and liquidity