DocsTelegram botCommands
Telegram bot

Commands

Eleven commands cover the everyday flows — account linking, market data, market-order trading in either USDT or coin units, and price alerts. Trades and withdrawals enforce the same safeguards as the web app.

11 commandsSame business logic as /api/*

New here? Link your account first — see Link your account.

Account

/start <api_key>
/start nbx_user_…
Link this Telegram chat to a Nextbridge account using a USER-scoped API key.
/unlink
Remove the binding between this chat and your account. The API key itself is left intact.
/help
Show the in-chat command summary with examples.

Portfolio & market

/balance
Your full portfolio in USDT, with per-asset value and percentage split.
/price <coin>
/price BTC
Live price and 24h change for a single coin.
/market
Compact table of all supported coins at once.

Trading

/buy <usdt> <coin>
/buy 20 ETH
Spend a USDT amount on a market buy. Add the suffix `coin` to specify coin units instead.
/sell <usdt> <coin>
/sell 0.01 BTC coin
Sell that USDT-worth of a coin at market. Same `coin` suffix flips to coin-quantity mode.

Amounts default to USDT. Add the suffix coin (orcoins, qty, units) to switch to coin-quantity. A leading $ on the amount is treated as an explicit USDT marker — useful when the bot would otherwise be ambiguous.

Price alerts

/alerts
List your active price alerts with short ids.
/setalert <coin> <above|below> <price>
/setalert BTC above 100000
Create an alert. Fires once and self-disables. Maximum 10 active alerts.
/delalert <id>
Delete an alert by its short id (the last 6 chars).