Build with Cooud Exchange.
Everything you need to integrate, deploy, and operate at scale. From quickstart to RFCs.
One-minute quickstart
From token to trade in three steps.
01 — Get API keysshell
Provision a key pair from your account console. Permissions are per-key; the read scope is enough to integrate market data.
Settings → API keys → New key
02 — Authenticateshell
Every request carries a bearer token. Tokens are bound to the issuing IP range and rotate on the 30-day cadence.
curl -H "Authorization: Bearer $TOKEN" \ https://api.cooud.com/wallet
03 — Place an orderhttp
Orders route through the internal book first, then external venues if the symbol is mirrored. Idempotency keys are required.
POST /api/orders
{"symbol":"BTC/USDT","side":"buy","type":"limit",...}Browse by topic
Six surfaces. One platform.
Every article in the docs is grouped by capability. Pick a category, read the primer, then jump straight to the reference.
Popular this week
View all articlesWhat everyone's reading.
Engineering RFCs
Architecture decisions, in the open.
Every system we build starts with an RFC. Read the design conversations behind production.
Still missing something?
Open the docsHave a question we missed?
Ping us at support@cooud.exchange and a human will get back to you within the trading day.

