EMBED WIDGET

Widget for your website

Add a no-KYC crypto swap comparison widget to your website. Customize the default coins and amount, then copy the embed code.

Customize your widget

Choose default settings for your embedded widget. Users can change coins and amount after loading.

All parameters are optional. Users can change any value directly in the widget.

Widget preview

Live preview — changes update automatically

Copy code

<style>
.nokyc-widget-wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.nokyc-widget-wrap iframe {
  width: 100%;
  height: 760px;
  border: 0;
  border-radius: 12px;
  display: block;
}
</style>

<div class="nokyc-widget-wrap">
<iframe
  src="https://nokycswaps.com/en/embed/widget?coin_from=BTC&coin_to=ETH&amount=0.1"
  width="100%"
  height="760"
  frameborder="0"
  style="border:0;border-radius:12px;max-width:100%;"
  title="No-KYC Swap Widget"
></iframe>
</div>