Request format .

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>
Required content type header
Content-Type: application/json
Required authentication header
Authorization: Basic <base64-encoded credentials>

Key and secret pairs can be generated and managed via the web application here.

Sample http request
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

Stay in the loop.

Sign up to our newsletter to keep up-to-date.