Comment on page

iFrame Trading Widget

Integrate our stylish trading widget into your website with the simple code snippet below
Simply add the below iFrame code snippet to your website and your users will always be able to trade on Radix!
<iframe
src="https://www.caviarnine.com/embed/trade"
width="467px"
height="544px"
frameBorder="0"
/>

iFrame Styles

C9 light and dark mode
Currently we have 2 styles, which can be set with a queryStringParameter
  1. 1.
    c9_dark01 [default]
  2. 2.
    c9_light01
Example:
<iframe
src="https://www.caviarnine.com/embed/trade?style=c9_light01"
width="467px"
height="544px"
frameBorder="0"
/>

Default Starting Resources

If you would like to preset the iFrame widget with two tokens of your choice that CaviarNine support you can pass their resource_address(es) in as part of the query string.
sell_resource=
buy_resource=
<iframe
src="https://www.caviarnine.com/embed/trade?sell_resource=resource_rdx1t52pvtk5wfhltchwh3rkzls2x0r98fw9cjhpyrf3vsykhkuwrf7jg8&buy_resource=resource_rdx1t5pyvlaas0ljxy0wytm5gvyamyv896m69njqdmm2stukr3xexc2up9"
width="467px"
height="544px"
frameBorder="0"
/>

Radix Connector Browser Extension

To let your Radix Wallet connect to the iFrame in your websites, you’ll need to download the Radix Connector browser extension. You can find the details about that here... https://wallet.radixdlt.com/
Last modified 1mo ago