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.

Widget preview

Live preview — changes update automatically

HTML

<iframe
  class="nks-widget"
  src="https://nokycswaps.com/widget?coin_from=BTC&coin_to=ETH&amount=0.1"
  width="100%"
  scrolling="no"
  style="border: none; border-radius: 16px;"
>
  Can't load widget
</iframe>

CSS

.nks-widget {
  height: 420px;
}
@media screen and (max-width: 800px) {
  .nks-widget {
    height: 780px;
  }
}
Parameterscoin_from — Default source coin (e.g. BTC, ETH, XMR). Default: BTC
coin_to — Default destination coin. Default: ETH
amount — Default swap amount. Default: 0.1
All parameters are optional. Users can change any value directly in the widget.