| Both sides previous revision Previous revision Next revision | Previous revision |
| developers:api [2025/03/14 02:56] – chad | developers:api [2026/09/08 00:37] (current) – chad |
|---|
| | <note warning>**Legacy — V1.** This page documents the ''/v1'' WebSocket API and is retained for existing integrations. New development should use [[developers:apiv2|V2]]. See [[developers:apiv2:migrating|Migrating from V1]].</note> |
| | |
| | |
| ====== Plus500 Futures Technologies WebSocket API ====== | ====== Plus500 Futures Technologies WebSocket API ====== |
| |
| * **Secure & Encrypted** – Uses **WSS (WebSocket Secure) over SSL/TLS** to protect data. | * **Secure & Encrypted** – Uses **WSS (WebSocket Secure) over SSL/TLS** to protect data. |
| * **Event-Driven & Easy to Integrate** – A simple subscription model delivers the data you need. | * **Event-Driven & Easy to Integrate** – A simple subscription model delivers the data you need. |
| | |
| | ===== Developer Guides ===== |
| | |
| | ^ **Section** ^ **Description** ^ |
| | | **[[developers:websocket|WebSocket API Introduction]]** | Overview of WebSockets and Google Protocol Buffers used in the API. | |
| | | **[[developers:websocket:messages|Message Reference]]** | Detailed message reference. | |
| | | **[[developers:websocket:connecting|Connecting and Authenticating]]** | Instructions on establishing a connection and handling authentication. | |
| | | **[[developers:websocket:markets|Market Data & Definitions]]** | How to retrieve market lists and understand market definition messages. | |
| | | **[[developers:websocket:quotes|Quote Feed]]** | Subscribing to market data and processing MBP and MBO quotes. | |
| | | **[[developers:websocket:accounts|Account Feed]]** | Receiving account, position, and order updates in real time. | |
| | | **[[developers:websocket:orders|Order Routing]]** | Submitting orders, supported order types, rate limits, and handling updates. | |
| | | **[[developers:websocket:pricing|Pricing and Data Types]]** | Understanding price formatting and how decimal values are represented. | |
| | | **[[developers:websocket:certification|Certification and Testing]]** | Development checklist and pre/post-certification requirements. | |
| | | **[[developers:websocket:faq|FAQ]]** | Answers to common questions about the API. | |
| | |