Beta

Run private crypto swaps.

Quote, create, get paid — three signed calls, signed webhooks, one production exchange behind them.

Two ways to earn.

Share our fee on the traffic you send us, or add your own markup through the API. Use either — or both.

Revenue share

We share our fee with you.

Send customers with your referral link. You earn a share of our fee on every order — they see our live rate, you just share a link.

Markup

Add your margin on top.

Integrate through the API and add your own margin on top of our rate. We re-quote and sign it; you keep the markup, we keep the base fee.

Three calls, start to finish.

Get a quote, create the order, watch it settle. Sign the exact bytes you send — we re-quote server-side, so your price always matches ours.

# Sign your first request — a quote for 0.01 BTC -> USDT (Tron).
APIKEY="rWqZ...your-api-key...Rg"
APISECRET="G1JV...your-api-secret...n4"
BODY='{"type":"float","fromCcy":"btc","toCcy":"usdt_trc20","direction":"from","amount":"0.01"}'
SIGN=$(printf '%s' "$BODY" | openssl dgst -sha256 -hmac "$APISECRET" | sed 's/^.* //')
NONCE=$(openssl rand -hex 16)

curl -sS -X POST https://0trace.io/api/v1/price \
  -H "Content-Type: application/json" \
  -H "X-API-KEY: $APIKEY" \
  -H "X-API-SIGN: $SIGN" \
  -H "X-API-NONCE: $NONCE" \
  --data "$BODY"
# Expect 200 OK with { "code": 0, "data": { "from": ..., "to": ..., "markupBps": 0 } }

What you get on day one.

Keys and a link, instantly

Your API keys and referral link are in the cabinet from minute one. Start sending traffic right away.

Earn from the first order

Revenue share applies to every order from your link. Add API markup when you’re ready. Track it all in your cabinet.

Private for your users

No KYC/AML and no accounts for the people you send us. Monero supported, Tor-friendly.

Reliable and funds-safe

Idempotent orders so a network blip never double-charges, one webhook per status change, and keys that can quote and create but never move funds.

List on aggregators

Public XML rate feeds at canonical URLs — drop them straight into your listings or any rate aggregator.

Offer your users real privacy

Partner API.
Same engine as 0trace.

A private partner integration surface. Signed quotes, server-side pricing, webhook delivery, multiple reference codes, and a self-serve cabinet — all backed by the production exchange engine.

Need help?

Questions? Answers.

A partner integration surface on top of the same exchange engine that powers 0trace.io. You connect with a signed REST contract, query quotes, open orders, and receive webhook notifications. Our liquidity, our pricing, our payouts. You focus on your product.
No. The API is private and invite-only, aligned with the privacy posture of 0trace itself. There is no KYC, no identity collection, and no source-of-funds reporting required of partners or their end users.
Submit a request through our partner application form at 0trace.io/api/contact-sales and we’ll reply within three business days.
Traffic is encrypted in transit (TLS). Every request is signed with HMAC-SHA256 over the exact request body bytes and gated by a nonce-based replay window. Pricing, fees, and payout amounts are computed server-side. Payouts run on an isolated service that re-verifies each transfer against the on-chain deposit before broadcasting.
A per-partner sliding-window weight budget, default 2500 wu/min (≈50 creates/minute). Endpoint weights: /api/v1/create is 50, /api/v1/qr is 5, every other endpoint is 1. XML feeds run on a separate public bucket. Exceeding the budget returns 429 with a Retry-After header. To raise your cap, send your projected per-endpoint call rate to your operator contact.
Two ways to earn. Revenue share: send us traffic with your referral link and earn a share of our service fee on every order — the visitor sees our live rate. Markup: integrate through the API and add your own margin on top of our rate, shown in your own interface. Use either, or both.
Yes. 0trace operates its own liquidity pool across every supported asset and network. Quotes are recomputed server-side at order creation against the live feed. Payouts are direct, with no third-party intermediary.
Bitcoin, Ethereum, BSC, Solana, Tron, Monero, and Arbitrum One — covering native coins plus the major stablecoins on each network (USDT, USDC, USDC.e).
Yes. We push signed events for order.status_changed and partner.paid_out; you subscribe to the ones you want in your cabinet.

Follow us on X for the latest updates.

Subscribe