CLI Overview
Installation & Setup
Recommended: Global Installation
# Build the project first
npm install
npm run build
# Install globally to use 'openmm' command anywhere
npm install -g .
# Now use openmm from anywhere
openmm [command] [options]Alternative: Development Mode
# Run commands during development (without global install)
npm run cli -- [command] [options]Alternative: Using npx
Supported Exchanges
Cardano Integration
Commands
Main Help
π Balance Commands
Get All Balances
Get Specific Asset Balance
JSON Output
π Order Commands
List Open Orders
Get Specific Order
Create New Order
Cancel Order
π Market Data Commands
Ticker Data
Order Book
Recent Trades
π§ Environment Setup
Required Configuration
Symbol Format
π Common Examples
Check Balance
Get Ticker Price
View Order Book
Place Orders
List Open Orders
π Cardano Pool Discovery Commands
Discover Pools for a Token
List Supported Tokens
Get Live Pool Prices
π Price Comparison Commands
Compare Prices Across All Sources
π Help
Last updated