LUCIT-Systems-and-Development / unicorn-binance-websocket-api

A Python SDK by LUCIT to use the Binance Websocket API`s (com+testnet, com-margin+testnet, com-isolated_margin+testnet, com-futures+testnet, com-coin_futures, us, tr, dex/chain+testnet) in a simple, fast, flexible, robust and fully-featured way.
https://unicorn-binance-websocket-api.docs.lucit.tech/
Other
685 stars 165 forks source link

Add spot and futures testnet #115

Closed oliver-zehentleitner closed 4 years ago

oliver-zehentleitner commented 4 years ago

https://dev.binance.vision/t/binance-testnet-links/99

Spot Testnet:
https://testnet.binance.vision/
wss://testnet.binance.vision/ws
wss://testnet.binance.vision/stream

Futures Testnet:
https://testnet.binancefuture.com
wss://stream.binancefuture.com
opoet7 commented 4 years ago

hi, how to use binance future testnet?

oliver-zehentleitner commented 4 years ago

Hello!

Its not implemented atm!

opoet7 commented 4 years ago

do you have any plan for it?

oliver-zehentleitner commented 4 years ago

I detected it today and posted it here as a reminder. Actually it could be done within 30 min if there is nothing special.

Are you able to test it if I do the implementation?

opoet7 commented 4 years ago

yes of cource

oliver-zehentleitner commented 4 years ago

I will try to do it this week! I post you here when its done.

oliver-zehentleitner commented 4 years ago

Can you test please: https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/releases/tag/1.18.0

oliver-zehentleitner commented 4 years ago

BinanceWebSocketApiManager(exchange="binance.com-testnet") BinanceWebSocketApiManager(exchange="binance.com-futures-testnet")

opoet7 commented 4 years ago

thanks, i tested binance future testnet user data stream, its work perfect

oliver-zehentleitner commented 4 years ago

thanks for the report

If someone tests the spot testnet and has problems. please open new issue!