Requests in Tradesync are all HTTP requests which return JSON data. Each request is required to be JavaScript Object Notation (JSON) and requires the Authorization Basic header with your key:secret Base64 encoded API keys.
All requests made to the API use the base URL:
https://api.tradesync.com/<endpoint>
Content-Type: application/json
Authorization: Basic <base64-encoded credentials>
Key and secret pairs can be generated and managed via the web application here.
GET https://api.tradesync.com/accounts
GET /accounts HTTP/1.1
Authorization: Basic SDsdWTnpzOUpiS0pRQ1pVdGY3V3Q6VVE4SzZXaWJmZVZtbDBRelpMaXA=
Accept: */*
Host: api.tradesync.com
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Sign up to our newsletter to keep up-to-date.