HyperDEX Widget Integration
No-code integration of DEX widget
HypeDEX widget code for iframe integration
<iframe
style="box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.08); background: #fff; border-radius: 8px; min-width: 400px; max-width: 430px"
frameborder="0"
width="100%"
height="552px"
src="https://widget.plasma-bank.com/"
>
</iframe>HyperDEX widget code for Button integration
<link rel="stylesheet" href="https://widget.plasma-bank.com/modalWidget/style.css" />
<script async src="https://widget.plasma-bank.com/modalWidget/script.js"></script>
<button class="hyperdex-widget__swap-btn" onclick="showIframe()">
<img class="hyperdex-widget__swap-icon" src="https://widget.plasma-bank.com/images/two-white-arrows.svg" alt="" />
Swap
</button>
<div id="hyperdex-widget" class="hyperdex-widget">
<iframe
frameborder="0"
width="100%"
height="100%"
src="https://widget.plasma-bank.com/?closeBtn=1"
>
</iframe>
<div class="hyperdex-widget__close-area" onclick="closeIframe()"></div>
</div>Widget Customization and Fee setup
Widget Integration Example
Last updated