FiSDK ~

WEB Trader Get it on Google Play
  • Post by Fintechee
  • Jan 01, 2022
Fintechee: SDK trading includes algorithms for trading. Automated trading is based on it with RESTful API and JS API

FiSDK

FiSDK is an API toolkit developed by Fintechee to manage and control the backend of the Fintechee trading platform. Fintechee connects to liquidity providers (LP) using the FIX API and offers a REST API for traders. The trading platform involves numerous asynchronous interactions between the client and server to respond swiftly to customer requests. However, these asynchronous operations can be complex, making the REST API difficult for non-technical personnel to use and control.

To attract more quantitative traders without technical backgrounds, Fintechee created FiSDK, which integrates a large number of REST APIs and repackages them into a simple JavaScript-based interface. The API is used as follows:

fisdk.some_api(some_params);
fisdk.subscribeToNotification("some_event", callback_function);

In general, some_api sends user requests, and subscribeToNotification(“some_event”, callback_function) waits for asynchronous messages from the server, which are then handled by callback_function.

The best way to learn how to use FiSDK is to start with a real repository: FiSDK Github Repository

Considering the high number of quantitative traders without technical backgrounds in the financial industry, FiSDK avoids using JavaScript frameworks with steep learning curves. This allows users to build custom front-end management programs with just an HTML file and a JS file, without needing a complex JS framework. Our custom program consists of two files: dashboard.html and ui.js. The repository also provides examples for developers. With FiSDK, users can perform complex custom operations, such as monitoring risk positions.

Usage

We provide a website, https://www.fintechee.com/dashboard/, specifically for managing the Fintechee backend. For custom development, you can download our FiSDK Github repository, unzip it to your local computer, and use it after loading it with any web server, which is very simple.

For testing purposes, Fintechee provides a test white label called “Test Demo1”. Admin accounts can log in to test administrator functions, and regular users can log in to test regular trader functions. Fintechee supports affiliate accounts, allowing traders to introduce others to the platform and view their trading records. If you’re interested in becoming the main white label, contact us, and we’ll set up a guest account for you to access the administrator interface. Regular trader accounts do not need special activation; just register and use them.

White Label

This repository serves as a template for the client software of the Fintechee trading platform’s main white-label and sub white-label. Once authorized as a Fintechee main or sub white-label, acquiring and publishing the client software (including the WEB-trader and the back office) is simple. Just fork this repo, obtain the latest version, replace the original regular.js and brokers.js with the files provided by Fintechee, and load it with a regular HTTP server.

How to Monetize the Open Source Repo?

This repository showcases how to monetize an open-source repo without any initial investment.

For more information about our reseller plan, please visit: https://www.fintechee.com/marketing/reseller/.