🦀 ClawHub
Crypto Swap
by @yoyoemily
Lightning-fast crypto swaps. 240+ coins, best rates, done in minutes. Chat, CLI, or web — however you prefer.
💡 Examples
Chat Mode (Default)
Simply talk to perform exchanges:Exchange & Rates:
Explore:
Order Management:
Cross-chain Swaps:
CLI Mode
Prerequisite: Install the CLI tool globally:
npm install -g crypto-swap
Run the CLI:
# Start interactive wizard (default)
crypto-swapShow all available commands
crypto-swap --helpList supported currencies
crypto-swap currenciesList supported currency-network pairs
crypto-swap pair-list --send USDT --receive USDT
crypto-swap pair-list --send USDT --receive USDT --send-network TRXGet pair info
crypto-swap pair --send USDT --receive USDT --send-network TRX --receive-network BSCCheck exchange rate
crypto-swap rate --send USDT --receive USDT --send-network TRX --receive-network BSC --amount 100Check order status
crypto-swap status --id I1Y0...Monitor order until complete
crypto-swap monitor --id I1Y0...
UI Mode
# Launch web UI (default port 8080, auto-assign if occupied)
crypto-swap ui
TERMINAL
clawhub install crypto-swap