LogoLogo
FeedsIntelligenceEngagementsHelpHome
TRADE360 Integration
TRADE360 Integration
  • Integration Guide
  • RMQ connection
    • Connection and Consumption setup
    • Message Deserializing
    • Market/Bet Message Handling
    • How do I work with TRADE360 feed?
  • Message Structure
    • Message Types Overview
    • Message
    • Events
    • Fixture
    • Competition
    • Markets
    • Bets
    • Participant
    • Livescore
    • Settlements
    • Heartbeat
    • Keep Alive
    • Extra Data
    • Outright Fixture
    • Outright Fixture Market
    • Outright League Fixture
    • Outright League Market
    • Outright Settlements
    • Outright League Settlement
    • Example Messages
    • ProviderMarkets
  • APIs
    • Metadata
    • Subscription
    • Distribution
    • Snapshot
    • Notes and Troubleshooting
  • Enumerations
    • Fixture/Scoreboard Status
    • Subscription
    • Message Types
    • Bet Suspension Reasons
    • Fixture Extra Data
    • Status Description
    • Statistics and Incidents
    • Periods
    • Bet Settlements and Statuses
    • Livescore Extra Data
    • Languages
  • SDK
    • SDK Overview
    • Configuration
    • SDK Installation Guide NodeJS
    • SDK Installation Guide .NET
    • SDK Installation Guide Java
  • Code Samples
    • RMQ Consumer (PHP)
    • RMQ Consumer (GO)
    • RMQ Consumer (Node.js)
    • RMQ Consumer (Python)
    • RMQ Consumer (JavaScript)
    • RMQ Consumer (C#)
Powered by GitBook
On this page
  • Package Info
  • Installation
  • Using npm
  • Documentation

Was this helpful?

  1. SDK

SDK Installation Guide NodeJS

PreviousConfigurationNextSDK Installation Guide .NET

Last updated 2 months ago

Was this helpful?

Welcome to the Trade360 NodeJS SDK! This SDK makes it easy to integrate LSports' Trade360 platform into your Node.js applications. Follow the instructions below to get started quickly.

Package Info

  • Package Name: trade360-nodejs-sdk

  • NPM Page:

  • Latest Version: Check on

Installation

Install the SDK using your preferred package manager:

Using npm

npm install trade360-nodejs-sdk

Documentation

  • You can find the ReadMe file

  • API Reference and usage examples are available in the

  • For detailed integration assistance, please contact our support team or refer to our developer portal

npm: trade360-nodejs-sdk
NPM
here
SDK's git repository