Tutorials

GENERAL
Creating simple web application in Javascript

This tutorial will guide you through the process of creating basic web application in JavaScript on top of xAPI platform using Websockets.

Learn more
Ensuring stable operation

In this turorial, you will learn about the API facilities that help in the maintenance of long-duration connections.

Learn more
APPID and APPNAME

This tutorial will guide you through the process of setting appName and appId arguments in login command.

Learn more
xApi
FIRST STEPS WITH XAPI, JAVA AND ECLIPSE

This tutorial shows how to combine xAPI, Java and Eclipse to create wonderful financial applications. It describes some basic concepts on how to use the Java wrapper.

Learn more
FIRST STEPS WITH XAPI, C# AND VISUAL STUDIO

This tutorial shows how to combine xAPI, C# and Visual Studio to create wonderful financial applications. It describes some basic concepts on how to use the .NET wrapper.

Learn more
OPENING AND CLOSING TRADE

Tutorial which shows how to open and close trades by sending request/response commands. The main purpose of this tutorial is to explain the meaning of all order numbers that are connected to this process.

Learn more
OPENING AND CLOSING TRADE (USING STREAMING)

Tutorial which shows how to open and close trades using streaming. The main purpose of this tutorial is to show how to use streaming to gather opened trades and close them.

Learn more
GETTING CURRENT SYMBOL PRICE (USING STREAMING)

Tutorial which shows how to obtain current price in real time using streaming.

Learn more
STREAMING IN .NET WRAPPER

In this short tutorial you will learn how to asynchronously receive data using streaming in .NET wrappers.

Learn more