Shortcuts
Telegram Bot
One Click Orders allow you to place trades instantly by typing a single, structured command directly into the chat, eliminating the need for menus. This feature is ideal for fast entries, scalping, or quickly reacting to market alerts.
Command Formats and Examples:
Margin Orders: Place a market order with custom margin settings.
margin {buy|sell} {symbol:string} {cross|isolated} {amount:float} {leverage:int}
Margin Limit Orders: Place a limit order with custom margin settings.
margin-limit {buy|sell} {symbol:string} {cross|isolated} {amount:float} {leverage:int} {targetPrice:float}
Spot Orders: Place an immediate market order for a spot trade.
spot {buy|sell} {symbol:string} {amount:float}
Spot Limit Orders: Place a spot order that executes at a specified price.
limit {buy|sell} {symbol:string} {amount:float} {targetPrice:float}
Parameters:
buy|sell: Your desired trade direction.
symbol:string: The asset ticker (e.g., btc, eth, sol; case-insensitive).
cross|isolated: The margin mode for margin trades.
amount:float: The quantity to trade (expressed in base asset units, can include decimals).
leverage:int: The leverage multiplier for margin/futures trades (e.g., 5, 10, 20).
targetPrice:float: Your specified limit price for limit orders (can include decimals).

Mini-App & Web-App
The "One Click Order" is specific to our bot. This feature is not available on the mini-app.
Last updated
