Incorrect responses when using calling API with GET requests asynchronously in Python
I am trying to create an async code that listens for new message events in telegram, fetch some information from the message then call and API. The problem is that I receive incorrect responses from the API upon calling. The api verifies a specific contract address (a hash) and returns the source code of the contract if it is available.