scaturigo

Results 1 issues of scaturigo

Some endpoints require pre-flight requests. Can iBind handle these? I'm currently implementing a solution like this : ```python response = client.live_marketdata_snapshot(undConid) ,["31"]) while "31" not in response.data[0]: sleep(0.1) print("not ready...