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:11] – rob | t4_api_release_notes_2025 [2025/03/20 17:03] (current) – rob | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== T4 API 2025 ====== | ====== T4 API 2025 ====== | ||
+ | <WRAP center round important 100%> | ||
+ | We now offer two new APIs: A Trading (WebSocket) API and an Admin (REST) 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. | ||
+ | |||
+ | This means you can use Python, JavaScript, C++, Erlang, .NET, WebAssembly, | ||
+ | |||
+ | For more details, visit the link below: | ||
+ | [[https:// | ||
+ | |||
+ | ===== Admin (REST) API ===== | ||
+ | The Admin (REST) API is used for static data, such as admin setup, market definitions, | ||
+ | |||
+ | For more details, visit the link below: | ||
+ | [[https:// | ||
+ | |||