BanxChange XRPL TradeBox Widget Integration Guide

What is It?

The TradeBox widget is a self-contained trading interface that lets users buy or sell XRP-based tokens (from the XRPL blockchain). It works entirely inside an iframe, so your site doesn't need any wallet or blockchain code.

How to Embed

Step 1: Copy this iframe code:

<iframe
  src="https://www.banxchange.com/xrp-trade-box/{currency}?issuer={issuer}"
  width="400"
  height="700"
  style="border: none;"
  allow="camera; microphone; payment"
/>

Replace currency and issuer with your token's info.

Works With

  • Pure HTML/CSS sites
  • PHP / Laravel / Blade
  • Django / Jinja templates
  • WordPress / Elementor / WPBakery
  • Wix / Webflow / Squarespace
  • Shopify custom templates
  • React / Vue / Angular (as plain iframe)

No JavaScript libraries, SDKs, or frameworks are needed. Just paste the code where you want the widget to appear.

Required Parameters

ParameterDescription
currencyThe token symbol on XRPL (e.g., BXE, USD)
issuerThe XRPL issuer address for the token

Example Embed

<iframe
  src="https://www.banxchange.com/xrp-trade/BXE?issuer=rM1J2Mc2eCSFpCz5QXxhDG2KWkGQWgy87r"
  width="400"
  height="700"
  style="border: none;"
  allow="camera; microphone; payment"
/>

Secure & Self-Contained

  • All trading, wallet access, and logic happens inside the iframe
  • No wallet access is required by your website
  • Embed code does not expose any blockchain or sensitive data
  • Mobile-friendly and fully responsive

Support

We're here to support integration or answer questions.

Summary

  1. Copy the iframe code
  2. Replace currency and issuer with your token info
  3. Paste it into any web page (HTML, React, PHP, Django etc.)

Generate Your Embed Link for your Project