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.
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.
No JavaScript libraries, SDKs, or frameworks are needed. Just paste the code where you want the widget to appear.
| Parameter | Description |
|---|---|
| currency | The token symbol on XRPL (e.g., BXE, USD) |
| issuer | The XRPL issuer address for the token |
<iframe src="https://www.banxchange.com/xrp-trade/BXE?issuer=rM1J2Mc2eCSFpCz5QXxhDG2KWkGQWgy87r" width="400" height="700" style="border: none;" allow="camera; microphone; payment" />
We're here to support integration or answer questions.
currency and issuer with your token info