Documentation

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.

01Get 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
02Authenticateshell

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
03Place 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

What everyone's reading.

View all articles
Engineering RFCs

Architecture decisions, in the open.

Every system we build starts with an RFC. Read the design conversations behind production.

Still missing something?

Have a question we missed?

Ping us at support@cooud.exchange and a human will get back to you within the trading day.

Open the docs
Exchange — Premium Crypto Trading