Deeplink API
Integrate Unibot features by deeplinking our app. Gain referrals from anyone who clicks your deeplinks and earn.
A. Telegram Bot Deeplinking
Perform actions in our Telegram Bot by adding the following url params
to our TG Bot link. To deeplink to our EVM Telegram Bot (Ethereum, Base, Arbitrum chain), add any of the url params below to the url https://t.me/unibotsniper_bot
. To deeplink to our Solana Telegram Bot, add the url params below to https://t.me/UnisolUnibot
.
Deeplink Url Params:
/start={referral_code}
: refer user to our TG Bot/start={referral_code}-{token_address}
: refer user our TG Bot and open buy menu/start=funcs_buy_{token_address}
: buytoken_address
/start=funcs_sell_{token_address}
: selltoken_address
/start=funcs_copyTrade-remove-{wallet}
: remove copy tradewallet
/start=funcs_remove_lo_buy_{lo_id}
: cancel buy limit order by order id/start=funcs_remove_lo_sell_{lo_id}
: cancel sell limit order by order id/start=funcs_dcaDel_{dca_id}
: cancel DCA by id/start=funcs_cancel_snipe_{snipe_id}
: cancel snipe by id/start=funcs_snipe_{token_address}
: snipetoken_address
B. Telegram Mini App Deeplinking
See TG Mini App API.
C. Unibot X Deeplinking
Deeplink referrals and actions to our Unibot X trading terminal. Use the url https://unibot.app/x/
followed by any of the url params below to trigger referrals and actions. You can use multiple url params to do different actions.
Deeplink Url Params:
Url Param:
&ref={referral_code}
: Refers user with your referral code.Url Param:
&chain={chain_name}
: Sets app to chain. Valid Options:ethereum
|base
|arbitrum
|solana
Url Param:
&token={token_address}
: sets chart and swap token to tokenUrl Param:
&swapMode={mode}
: Sets trade widget to a trade mode. Valid Options:swap
|limit
|dca
|copytrade
|bridge
Url Param:
&swapType={swap_type}
: Sets trade menu to a swap type. Valid Options:buy
|sell
Url Param:
&mirrorWallet={wallet_address}
: Adds wallet address to user's copytrade list.
Last updated