Skip to content

v2.5.3 — Non-Interactive Perps & TP/SL Docs

Choose a tag to compare

@MinaraAgent MinaraAgent released this 19 Mar 07:21
· 67 commits to main since this release

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 --tpsl flag 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 tp

Full Changelog: v2.5.2...v2.5.3