v2.5.3 — Non-Interactive Perps & TP/SL Docs
What's Changed
Features
- Perps: Add non-interactive mode for order command with flags
-S,-s,-T,-p,-z,--reduce-only
Documentation
- Add stop loss / take profit order examples and
--tpslflag documentation
Example
# Non-interactive market order
minara perps order -S long -s BTC -z 0.1
# Stop loss order
minara perps order -S sell -s BTC -T market -p 90000 -z 0.1 --tpsl sl
# Take profit order
minara perps order -S sell -s ETH -T market -p 3000 -z 1 --tpsl tpFull Changelog: v2.5.2...v2.5.3