Tradesync is an API that allows clients to manage multiple MetaTrader accounts and copy trades from one account to many others, effectively allowing you to automate trading on more than one account. The Tradesync API is based around REST and has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Tradesync currently powers our account management, trade copier and signal provider platform Social Trader Tools. This is evidence that you can build your own successful SAAS product using our API.
To complement the API, we offer webhooks that deliver real-time events which occur on your accounts and copiers.
With an API, you have to pull information from the system, as you want it. As you don't know when key events occur, you have to request for information at some set interval, which is very inefficient. With webhooks, we send you information, as it happens, removing the need for constant pulling.
This guide describes how to use the API and webhooks.
Sign up to our newsletter to keep up-to-date.