Commands
Commands Reference
This page lists all available HyperZap commands. Each command starts with a forward slash (/).
Basic Commands
Account Management
/start
Initialize the bot
/start
/setup
Create a new wallet
/setup
/balance
Check your balance
/balance
/deposit
Get deposit address
/deposit
/withdraw
Withdraw funds
/withdraw 100 USDC
/export
Export private key
/export
Trading Commands
Market Orders
/buy
Place market buy order
/buy HYPE 100
/sell
Place market sell order
/sell HYPE 50
/close
Close position
/close HYPE
/closeall
Close all positions
/closeall
Limit Orders
/buylimit
Place limit buy order
/buylimit HYPE 100 1.5
/selllimit
Place limit sell order
/selllimit HYPE 50 2.0
/cancel
Cancel limit order
/cancel 123
/cancelall
Cancel all limit orders
/cancelall
Information Commands
/price
Check current price
/price HYPE
/position
View open positions
/position
/orders
View active orders
/orders
/history
View trade history
/history
/fees
View fee structure
/fees
Advanced Commands
Trading Settings
/slippage
Set slippage tolerance
/slippage 1
/leverage
Set leverage (perps)
/leverage 5
/mode
Switch trading mode
/mode perps
Alerts & Notifications
/alert
Set price alert
/alert HYPE > 2.0
/alerts
View active alerts
/alerts
/deletealert
Remove price alert
/deletealert 123
/notify
Toggle notifications
/notify on
Risk Management
/stoploss
Set stop loss
/stoploss HYPE 1.8
/takeprofit
Set take profit
/takeprofit HYPE 2.2
/risk
View risk metrics
/risk
Support Commands
/help
Show help menu
/help
/support
Contact support
/support
/faq
View FAQ
/faq
/status
Check system status
/status
Command Parameters
General Format
Last updated