I see a function in client.py called futures_exchange_info(self). What is self here? The documentation is really slim but I'm assuming it refers to Exchange Information? How does this function work exactly? I've tried calling it as futures_exchange_info('VETUSDT') but I just get the error: "TypeError: futures_exchange_info() takes 1 positional argument but 2 were given".
Does anyone know how this function works?