This integration guide is for developers, trading journals and copy traders.
Step 1: API Documentation
Our public API documentation is available here: https://tradelocker.com/api/.
- Review it carefully to understand how to integrate with TradeLocker.
You 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.
NEW for developers: To start writing strategies, you can install the official TradeLocker API Python Client.
Step 2: TradeLocker Developer Program
Sign up for our TradeLocker Developer Program using this link: https://tradelocker.typeform.com/devprogram.
- If you join our Program, you will receive priority support and improved rate limits for your integration.
Step 3: Developer API key
After signing up, our team will send you a developer API key for the integration via email.
Note: Keep this key secure. Sharing it could lead to restricted access.
Step 4: Include the API key in requests
When making API requests, include your developer API key in the request header like this: developer-api-key: your-key
Have any questions about the Program?
- Contact us at [email protected].
- Join our Discord to connect with other TradeLocker developers and discuss technical questions.