Real Time SDK with Python bindings

Hi Team,

is there Real Time SDK that includes the Python bindings?

Regards,

Piotr

Answers

  • Hello @piotr.wroblewski

    No, we don't have an SDK with Python bindings. The real time SDK only support C++, Java and .NET. There is a websockets protocol, which can be used to request real time data in about any language including Python. You can see examples for it in this Quickstart guide.