Skip to content

1.6.0

Compare
Choose a tag to compare
@tantialex tantialex released this 04 Jul 08:01
· 16 commits to master since this release
169cfec

Added
New endpoint for Market:

  • GET /api/v3/ticker for rolling window price change statistics based on windowSize provided.

New endpoint for Trade:

  • POST /api/v3/order/cancelReplace to cancel an existing order and place a new order on the same symbol.

Changed
Update endpoint for Fiat:

  • GET /sapi/v1/fiat/orders: Weight changes from IP(1) to UID(90000)

Update endpoint for Pay:

  • GET /sapi/v1/pay/transactions: Param names changed: startTimestamp -> startTime; endTimestamp -> endTime.

Fixed

  • Timestamps defined in examples overflow the implicitly assigned int32 data type. Appended L to the integer to explicitly define as a int64 variable.
  • Explicitly defined optional arguments to avoid issues in the case of future additions or changes to optional parameters.
  • Ambiguity between Binance.Spot.Convert and System.Convert. Removed redundant System import.