Releases: binance/binance-spot-connector-rust
Releases · binance/binance-spot-connector-rust
v1.3.0
Added
-
Market endpoints
GET /api/v3/ticker/tradingDay
GET /api/v3/uiKlines
-
Trade endpoints
GET /api/v3/myAllocations
GET /api/v3/account/commission
GET /api/v3/myPreventedMatches
-
Wallet endpoints
GET /sapi/v1/account/info
GET /sapi/v1/asset/wallet/balance
GET /sapi/v1/spot/delist-schedule
GET /sapi/v1/capital/deposit/address/list
POST /sapi/v1/capital/deposit/credit-apply
GET /sapi/v1/asset/custody/transfer-history
-
WebsocketStream:
<symbol>@avgPrice
Updated
- Updated deprecated trade endpoint
POST /api/v3/order/oco
toPOST /api/v3/orderList/oco
- Added parameters
permissions
,showPermissionSets
andsymbolStatus
to endpointGET /api/v3/exchangeInfo
- Added parameter
time_zone
to endpointGET /api/v3/klines
- Added parameter
type
to endpointsGET /api/v3/ticker
andGET /api/v3/ticker/24hr
- Added parameter
omitZeroBalances
to endpointGET /api/v3/account
- Added parameter
computeCommissionRates
to endpointPOST /api/v3/order/test
- Updated
ed25519
andhmac
signature to allow the function to handle any error type that implements theError
trait, includinged25519_dalek::pkcs8::Error
, without needing explicit conversions between error types.
v1.2.1
v1.2.0
Added
- Margin endpoints
POST /sapi/v1/margin/borrow-repay
GET /sapi/v1/margin/borrow-repay
- Implemented subscription from slice of Streams
- Added features
futures-util
andtokio
toenable-tokio-tungstenite
- Enabled
binance_tokio_client
to be used withinasync
context andTokio::Spawn
runtime
Updated
- Upgraded following dependencies:
strum
to version0.26.2
base64
to version0.22.1
tungstenite
to version0.23.0
env_logger
to version0.11.3
cargo-audit
to version0.20.0
- Margin endpoints
GET /sapi/v1/margin/transfer
: add parameterisolatedSymbol
GET /sapi/v1/margin/allAssets
: add parameterasset
GET /sapi/v1/margin/allPairs
: add parametersymbol
GET /sapi/v1/margin/isolated/allPairs
: add parametersymbol
Deleted
- Margin endpoints
POST /sapi/v1/margin/transfer
POST /sapi/v1/margin/isolated/transfer
POST /sapi/v1/margin/loan
POST /sapi/v1/margin/repay
GET /sapi/v1/margin/isolated/transfer
GET /sapi/v1/margin/asset
GET /sapi/v1/margin/pair
GET /sapi/v1/margin/isolated/pair
GET /sapi/v1/margin/loan
GET /sapi/v1/margin/repay
GET /sapi/v1/margin/dribblet
GET /sapi/v1/margin/dust
POST /sapi/v1/margin/dust
v1.1.0
v1.0.2
v1.0.1
First Release
First release of the Binance Spot API connector.