novicetopython

Results 3 comments of novicetopython

Have changed the coding to use Websockets and Asyncio so this is not needed now. If you know how to get the V2 websocket working that would be good -...

Hi Builds on what you had already done but I am not trading using the websocket so not logging in. Thanks class BitgetWsClient: def __init__(self, api_key: Optional[str] = None, api_secret:...

Hi Chris You can just add the following to client.py. I have been working to amend client.py to use V2 API. def mix_get_historycandles(self, symbol, granularity, startTime, endTime, limit=100): """ Get...