Loading...
Loading...
Use when the task requires operating exchanges with the ritmex-bot CLI, including capability checks, market/account/position queries, order operations, strategy run, dry-run simulation, and JSON output parsing.
npx skill4agent add discountry/ritmex-bot use-ritmex-botritmex-botritmex-bot--json--dry-run--symbolUNSUPPORTEDorder createorder cancelorder cancel-all--dry-run--jsonritmex-bot <command>
npx ritmex-bot <command>
bunx ritmex-bot <command>
bun run index.ts <command>ritmex-botbun run index.ts <command>exchange listexchange capabilities --exchange <id>--json--dry-run --jsonorder openposition listaccount snapshot| Flag | Short | Meaning |
|---|---|---|
| | Exchange override |
| - | Trading symbol (pass-through) |
| | JSON output |
| | Simulate write ops |
| | Timeout in ms (default 25000) |
| | Show help |
helpdoctorexchangemarketaccountpositionorderstrategydoctorritmex-bot doctor
ritmex-bot doctor --exchange binance --symbol BTCUSDT --jsonexchangeritmex-bot exchange list
ritmex-bot exchange capabilities --exchange standxmarketritmex-bot market ticker --exchange <id> --symbol <symbol>
ritmex-bot market depth --exchange <id> --symbol <symbol> --levels 10
ritmex-bot market kline --exchange <id> --symbol <symbol> --interval 1m --limit 100kline--intervaldepth --levelskline --limitaccountritmex-bot account snapshot --exchange <id>
ritmex-bot account summary --exchange <id>summarysnapshotpositionritmex-bot position list --exchange <id>
ritmex-bot position list --exchange <id> --symbol <symbol>orderritmex-bot order open --exchange <id> --symbol <symbol>ritmex-bot order create --exchange <id> --symbol <symbol> --side buy --type limit --quantity 0.01 --price 90000--sidebuy|sell--typelimit|market|stop|trailing-stop|close--quantity--qtylimit--pricestop--stop-pricetrailing-stop--activation-price--callback-rate--time-in-forceGTC|IOC|FOK|GTX--reduce-onlytrue|false--close-positiontrue|false--trigger-typeUNSPECIFIED|TAKE_PROFIT|STOP_LOSS--sl-price--tp-priceritmex-bot order cancel --exchange <id> --symbol <symbol> --order-id <id>ritmex-bot order cancel-all --exchange <id> --symbol <symbol>strategyritmex-bot strategy run --strategy maker --exchange standx --silent
ritmex-bot strategy run --strategy offset --exchange binance --dry-runtrendswingguardianmakermaker-pointsoffset-makerliquidity-makerbasisgridoffsetoffset-makermakerpointsmaker_pointsmaker-pointsliquidityliquiditymakerliquidity_makerliquidity-maker--silent-q--dry-run# 1) Simulate
ritmex-bot order create --exchange <id> --symbol <symbol> --side buy --type limit --quantity 0.01 --price 90000 --dry-run --json
# 2) Execute live only after confirmation
ritmex-bot order create --exchange <id> --symbol <symbol> --side buy --type limit --quantity 0.01 --price 90000 --json# 1) Simulate
ritmex-bot order cancel --exchange <id> --symbol <symbol> --order-id <id> --dry-run --json
# 2) Execute live
ritmex-bot order cancel --exchange <id> --symbol <symbol> --order-id <id> --json--jsonsuccesscommandexchangesymboldryRundataerror.codeerror.messageerror.retryable--jsonINVALID_ARGS2MISSING_ENV3UNSUPPORTED5EXCHANGE_ERROR6TIMEOUT7INVALID_ARGSMISSING_ENVUNSUPPORTEDEXCHANGE_ERRORTIMEOUT--timeoutBTCUSDTBTCUSDCBTC_USD_PERPBTC-PERP--symbol--exchangeritmex-bot exchange list --json
ritmex-bot exchange capabilities --exchange <id> --json
ritmex-bot doctor --exchange <id> --symbol <symbol> --jsonritmex-bot market ticker --exchange <id> --symbol <symbol> --json
ritmex-bot market depth --exchange <id> --symbol <symbol> --levels 20 --json
ritmex-bot market kline --exchange <id> --symbol <symbol> --interval 1m --limit 120 --json
ritmex-bot account snapshot --exchange <id> --json
ritmex-bot position list --exchange <id> --symbol <symbol> --jsonritmex-bot order create --exchange <id> --symbol <symbol> --side buy --type market --qty 0.01 --dry-run --json
ritmex-bot order create --exchange <id> --symbol <symbol> --side buy --type market --qty 0.01 --json
ritmex-bot order open --exchange <id> --symbol <symbol> --jsonritmex-bot strategy run --strategy trend --exchange <id> --dry-run
ritmex-bot strategy run --strategy trend --exchange <id> --silentdryRunorder openposition list