Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

v1.4.0

Choose a tag to compare

@tony-ho tony-ho released this 22 Oct 11:30
· 107 commits to master since this release

Changes

Validate order parameters against Binance trading rules

  • Check amounts meet minQty.
  • Check prices meet minPrice.
  • Check order value meets minNotional.
  • Convert trading pair to uppercase.
  • Round amounts to stepSize.
  • Round prices to tickSize.