binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831 stars 628 forks source link

Add connectivity to Binance Exchange Spot Test Network endpoints. #347

Closed georgesoler closed 3 years ago

georgesoler commented 3 years ago

Having the ability to connect to spot testnet endpoints is a useful feature. It allows you to run test code without affecting your real account assets by using the official Binance test infrastructure. Furthermore, ever since Binance blocked US access to binance.com accounts there is no longer a simple way to run test code for binance.com from a US IP address without using a VPN connection.