adshao / go-binance

A Go SDK for Binance API
MIT License
1.48k stars 662 forks source link

[feat] support biance non-global #539

Closed panapol-p closed 4 months ago

panapol-p commented 5 months ago

I am interested in enhancing this package to support non-global configurations. Currently, we can set a base endpoint for the client, but WebSocket configuration is not yet available (main endpoint and combine endpoint). https://github.com/adshao/go-binance/blob/52be7e1eecfe83bb32af00c3e8fd3e31b13be8c6/v2/client.go#L447

AndreyMashukov commented 4 months ago

Hi, you can use this integration https://github.com/AndreyMashukov/go-crypto-bot

AndreyMashukov commented 4 months ago

@panapol-p