1.6.0
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. AppendedL
to the integer to explicitly define as aint64
variable. - Explicitly defined optional arguments to avoid issues in the case of future additions or changes to optional parameters.
- Ambiguity between
Binance.Spot.Convert
andSystem.Convert
. Removed redundantSystem
import.