Skip to content
  • There are no suggestions because the search field is empty.

TradeLocker REST API for users

TradeLocker users can interact with the demo.tradelocker.com and live.tradelocker.com environments using TradeLocker REST API and setting the corresponding Base URL to demo.tradelocker.com/backend-api/ or live.tradelocker.com/backend-api/

 

The API provides a request-response model, which allows external applications to create, modify and delete trade orders, as well as request info (historical quotes, list of orders and positions, balance info, etc.) from TradeLocker servers.

 

API documentation can be found on https://tradelocker.com/api

 

NEW! To start writing strategies, you can install the official TradeLocker API Python Client.