Upcoming breaking changes#
We plan a backwards incompatible change. To avoid your application from being affected please set the api-version
header to 1
when performing requests to following REST API endpoints:
- create tracker
- get tracker events stream
- get tracker stats
- get tracker by id
- get tracker by name
- get trackers
- get equity chart
In the future update the default value of the api-version
header will be changed to 2
which will break backwards compatibility for the application who do not specify the header.