Binance API Announcements
Open in Telegram
Show more
The country is not specifiedThe category is not specified
5 772
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
Binance System Upgrade Notice (2020/04/25)
https://binance.zendesk.com/hc/en-us/articles/360042668671
Binance Temporary System Maintenance Complete (2020/03/04)
https://www.binance.com/en/support/articles/360040487771
Notice of Temporary System Maintenance
https://www.binance.com/en/support/articles/360040075852
Binance System Upgrade Notice (2020/02/09)
https://www.binance.com/en/support/articles/360039215732
Binance System Upgrade Complete (2019/11/25)
https://www.binance.com/en/support/articles/360036374472
Binance System Upgrade Notice (2019/11/25)
https://www.binance.com/en/support/articles/360036368212
Binance System Upgrade Complete (2019/11/13)
https://www.binance.com/en/support/articles/360036184631
Binance System Upgrade Notice (2019/11/13)
https://www.binance.com/en/support/articles/360036133111
Introducing Binance Market Maker program
https://www.binance.com/en/support/articles/360034573691
Notice of Removal of Trading Pairs
https://www.binance.com/en/support/articles/360034580431
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.Binance Adjusts Tiered Trading Fee Discount Program
https://www.binance.com/en/support/articles/360033002011
Hey Everyone,
New beta features: Depth speed update speed increase
1) <symbol>@depth@100ms
Ex: wss://stream.binance.com:9443/ws/bnbusdt@depth@100ms
This will push order book updates every 100ms, instead of 1000ms as the normal stream does.
2) <symbol>@depth#@100ms (# = 5, 10, or 20)
Ex: wss://stream.binance.com:9443/ws/bnbusdt@depth20@100ms
This will push the best # levels of an order book updates every 100ms, instead of 1000ms as the normal stream does.
Upgrade notice:
https://www.binance.com/en/support/articles/360032315391
New changelog has been pushed:
https://github.com/binance-exchange/binance-official-api-docs/blob/master/CHANGELOG.md
and the documenation has been updated.
Everyone, we have made several changes to the Margin API, please have a look at the updated documentation https://github.com/binance-exchange/binance-official-api-docs/blob/master/margin-api.md
Everyone, please take a second look at the CHANGELOG at https://github.com/binance-exchange/binance-official-api-docs/blob/master/CHANGELOG.md
The empty `[]`in depth Rest API responses and websocket payloads has been removed and the CHANGELOG has been updated to reflect this now.
Binance System Upgrade Complete
https://support.binance.com/hc/en-us/articles/360024907012
System Upgrade Notice
https://support.binance.com/hc/en-us/articles/360024825992
