🪄iFrame API
Integrate Unibot trading widget to your website using our iFrame. Gain referrals from anyone who uses the iFrame, and earn fees from all transactions.
Integrate: Embed url https://unibot.app/iframe inside an iframe on your website.

Customize: You can use the following url params to customize the iFrame.
Url Param:
&chain={token_chain}: Sets iFrame to chain. Valid Options:ethereum|base|arbitrum|solanaDefault Value:ethereumUrl Param:
&token={token_address}: Sets chart (if enabled) and swap token to token.Url Param:
&swapMode={mode}: Sets iFrame to a trade mode. Valid Options:swap|limit|dca|copytrade|bridgeDefault Value:swapUrl Param:
&swapType={swap_type}: Sets iFrame tobuyorsella swap type. Valid Options:buy|sellDefault Value:buyUrl Param:
&channel={bool}: Show channel widget.1for yes,0for no. Valid Options:1|0Default Value:0(hidden)Url Param:
&chart={bool}: Show chart.1for yes,0for no. Valid Options:1|0Default Value:0(hidden)
Example #1:
Trading Section with channel (
channel=1) i.e.https://unibot.app/iframe?channel=1
<iframe src="https://unibot.app/iframe?channel=1" title="Unibot Trade Widget"></iframe>
Example #2:
Trading Section with channel and chart (
channel=1&chart=1) i.e.https://unibot.app/iframe?channel=1&chart=1
<iframe src="https://unibot.app/iframe?channel=1&chart=1" title="Unibot Trade Widget"></iframe>
Last updated