For the complete documentation index, see llms.txt. This page is also available as Markdown.

SDK

Official SDKs for simplified TRADE integration

TRADE provides official SDKs to simplify integration with our data feed. The SDKs handle connection management, message parsing, and provide typed interfaces for all message types.

Available SDKs

Language
Package
Documentation

Node.js

@lsports/trade-sdk

Installation Guide

.NET

LSports.Trade.SDK

Installation Guide

Java

com.lsports.trade-sdk

Installation Guide

Features

All SDKs provide:

  • Automatic connection management - Handles reconnection and heartbeat monitoring

  • Message deserialization - Strongly-typed message objects

  • Event-based architecture - Subscribe to specific message types

  • Error handling - Built-in retry logic and error recovery

  • Logging - Configurable logging for debugging

Getting Started

  1. SDK Overview - Understanding SDK architecture

  2. Configuration - Configuration options and settings

  3. Choose your language-specific installation guide

Quick Start Example (Node.js)

Support

For SDK-related issues:

  • Check the Notes & Troubleshooting guide

  • Contact your Customer Success Manager

  • Open a support ticket at support.lsports.eu

Last updated

Was this helpful?