Yourfintech
Yourfintech
Yourfintech
  • Yourfintech
  • Trading Platform Overview
  • Socket Integration
    • JSON format socket
      • General messages structure
      • Server messages spec
      • Client messages spec
      • Root Models
    • Yft Manager API
      • General messages structure
      • Server message spec
      • Client Messages spec
      • Root Models
  • Trading Platform Integration
    • Account Integration
      • ProtoFile
    • Trading Engine Integration
      • ProtoFile
    • Trading Settings Integration
      • ProtoFile
Powered by GitBook
On this page
  • Service Overview
  • Data Transmission Format
  • Authentification

Socket Integration

Service Overview

Our service offers a robust API for real-time financial data streaming and comprehensive trading operations.

We provide two specialized endpoints to segregate pricing data from trading operations for optimized performance and security.

Data Transmission Format

All messages exchanged between the client and server adhere to the following format:

  • Protobuf Serialization: Messages are serialized using Protocol Buffers for efficient transmission

  • JSON Serialization: Messages are serialized using JSON for easy integration

  • Messages Separation: Each message is terminated with a [13,10] (\r\n) bytes to delineate individual messages in the communication stream.

Authentification

All clients must authenticate before accessing the Prices and Trading endpoints. Authentication is handled via exchanging protobuf or JSON messages and should be the first message sent after establishing a connection.

PreviousTrading Platform OverviewNextJSON format socket

Last updated 7 months ago