Skip to main content

True Markets Documentation

Trading infrastructure for centralized (CeFi) and decentralized (DeFi) markets. APIs and tools for traders, market makers, and integrators.

Developer Quickstart

Mint a JWT, fetch a quote, and place a market order. The full Gateway flow takes a few dozen lines in any language. Start with the Quick Start for the end-to-end walkthrough, or copy a snippet below.

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

Pick a starting point based on what you're building.

Explore the platform