Commands

Getting Started

/start

Initialize your account and generate your wallet addresses. This command:

  • Creates your trading account

  • Generates your Solana wallet address

  • Sets up API credentials

  • Shows your wallet addresses and basic information

Wallet & Balance Commands

/balance

Check your current balances across all wallets:

  • Available margin on Aster platform

  • SOL balance in your Solana wallet

  • Suggestions for deposits if funds are available

/deposit [amount|all]

Deposit SOL from your Solana wallet to your trading margin:

  • /deposit - Deposits your full SOL balance (minus 0.005 SOL reserve)

  • /deposit 5 - Deposits 5 SOL

  • /deposit all - Deposits your full balance (minus reserve)

Note: Minimum deposit is 10 USDC equivalent

/export

Export your private keys for wallet recovery. Redirects to the web interface for secure key export.

Trading Commands

/long

Start an interactive flow to open a long position:

  1. Select the asset/market

  2. Choose position size

  3. Set leverage

  4. Confirm the trade

/short

Start an interactive flow to open a short position:

  1. Select the asset/market

  2. Choose position size

  3. Set leverage

  4. Confirm the trade

/close

Start an interactive flow to close existing positions:

  • View all open positions

  • Select which position to close

  • Choose to close partially or fully

Market Information

/positions [symbol]

View your current trading positions:

  • /positions - Shows all open positions

  • /positions BTC - Shows only BTC positions

  • Displays PnL, size, leverage, and other position details

/price [symbol]

Get current market prices:

  • /price - Shows ASTER price (default)

  • /price BTC - Shows Bitcoin price

  • /price ETH - Shows Ethereum price

/markets

View all available trading markets:

  • Lists all FUTURES markets with maximum leverage

  • Shows total number of available markets

  • Markets are sorted alphabetically

Last updated