Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
t4_api_release_notes_2025 [2025/03/20 16:16] – rob | t4_api_release_notes_2025 [2025/03/20 17:03] (current) – rob | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== T4 API 2025 ====== | ====== T4 API 2025 ====== | ||
- | We now offer two new APIs: a trading | + | <WRAP center round important 100%> |
+ | We now offer two new APIs: A Trading | ||
+ | </ | ||
+ | |||
===== WebSocket API ===== | ===== WebSocket API ===== | ||
The WebSocket API uses Google Protocol Buffers for message serialization. The advantage is that ProtoBuf support exists for nearly every programming language, and ProtoBuf is a compact binary format that is much more efficient than JSON or XML. | The WebSocket API uses Google Protocol Buffers for message serialization. The advantage is that ProtoBuf support exists for nearly every programming language, and ProtoBuf is a compact binary format that is much more efficient than JSON or XML. | ||
- | This means developers | + | This means you can use Python, JavaScript, C++, Erlang, .NET, WebAssembly, |
For more details, visit the link below: | For more details, visit the link below: |