Binance API Announcements
6.33K subscribers
3 photos
16 videos
41 links
Download Telegram
Forwarded from Ninj0r
API updates:
https://github.com/binance-exchange/binance-official-api-docs/blob/master/CHANGELOG.md
1) 100ms depth streams finalized and added to the API docs.

2) Deprecated v1 account/trade/order endpoints removed.

3) Beta feature: New real-time "bookTicker" streams
{
"u":400900217, // order book updateId
"s":"BNBUSDT", // symbol
"b":"25.35190000", // best bid price
"B":"31.21000000", // best bid qty
"a":"25.36520000", // best ask price
"A":"40.66000000" // best ask qty
}


You can access these streams by connecting to:
<symbol>@bookTicker
or
!bookTicker

Ex: wss://stream.binance.com:9443/ws/bnbusdt@bookTicker
This wil push a bookTicker payload every time the best bid or ask's price or qty changes, in real time, only BNBUSDT.

Ex: wss://stream.binance.com:9443/ws/!bookTicker
This will push a bookTicker payload every time the best bid or ask's price or qty changes, in real time, for all symbols.
Forwarded from Binance Announcements
Binance System Upgrade Notice (2020/02/09)
https://www.binance.com/en/support/articles/360039215732
Forwarded from Ninj0r
ETH&ERC20 Network Congestion.
Withdrawal Suspended now.
ETH&ERC20 withdrawal Resumed now
Forwarded from Binance Announcements
Binance System Upgrade Complete (2020/04/25)
https://binance.zendesk.com/hc/en-us/articles/360042769011
Forwarded from Binance Announcements
Binance Spot Trading System Upgrade Complete (2020/06/28)
https://www.binance.com/en/support/articles/7d9d22ad6232459984c5ea30ea0986af
Forwarded from Ninj0r
We've added more API clusters:
https://api1.binance.com/api/v3/ping
https://api2.binance.com/api/v3/ping
https://api3.binance.com/api/v3/ping

in addition to https://api.binance.com/api/v3/ping

If you're having performance issues with api.binance.com, try another cluster.