Embed the swap widget

Pick a pair from the list, paste your affiliate code, copy the iframe. Full checklist on Partners.

Build your snippet

Get your code in Affiliate (@SwapbzBot). Add it before going live so swaps can be attributed.

<iframe
  src="https://swap.bz/embed?from=BTC&to=XMR"
  title="Swap.bz — BTC to XMR"
  width="100%"
  height="740"
  style="border:0;border-radius:16px;max-width:420px;min-height:720px"
  loading="lazy"
  referrerpolicy="no-referrer-when-downgrade"
  allow="clipboard-write"
></iframe>

Live preview

Rules

  • Host the iframe on HTTPS. Do not wrap it in a clickjack overlay.
  • From / To are curated tickers. The user still picks the network inside the widget when several exist (e.g. USDT).
  • Always include ref from Affiliate (@SwapbzBot) before going live.
  • Guide: How to embed.

Minimal host page

Example structure — replace the comment with your copied iframe.

<main style="max-width:480px;margin:2rem auto;font-family:system-ui">
  <h1>BTC to XMR — No KYC</h1>
  <p>Instant swap. Standard fee 0.5%.</p>
  <!-- paste iframe here -->
</main>