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.
Quote, create, get paid — three signed calls, signed webhooks, one production exchange behind them.
Share our fee on the traffic you send us, or add your own markup through the API. Use either — or both.
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.
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.
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 } }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.
Follow us on X for the latest updates.
Subscribe