rodrigo-brito / ninjabot

A fast trading bot platform for cryptocurrency in Go (Binance)
https://rodrigo-brito.github.io/ninjabot/
MIT License
1.39k stars 172 forks source link

feat: support custom binance api endpoint #323

Closed panapol-p closed 4 months ago

panapol-p commented 5 months ago

Add new BinanceOption to configure custom API endpoint

What have you changed and why?

I've added a new binanceOption that allows users to configure a custom API endpoint. This change was necessary to accommodate scenarios where using a non-global Binance instance or setting a custom endpoint could improve connection latency.

Related Issues

305