Skip to main content
CeFi & DeFi trading infrastructure · v1

Build with True Markets

Trading infrastructure for centralized and decentralized markets. APIs, SDKs, and tools for traders, market makers, and integrators — 24/7.

Quickstart Mint a JWT Place an order Market data FIX & WebSocket

Find your path

Pick the client type that matches how you trade. Each path has its own onboarding, access model, and API surface.

Developer quickstart

Mint a JWT, fetch a quote, place an order.

The full Gateway flow takes a few dozen lines in any language. Follow the end-to-end walkthrough, or copy a snippet to start.

Get started →
curl -X POST https://api.truemarkets.co/v1/conductor/quotes \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "base_asset": "BTC",
    "quote_asset": "USDC",
    "qty": "5",
    "qty_unit": "quote",
    "side": "buy"
  }'

Get familiar with True Markets

Explore the APIs

Explore the platform