Release v1.1.10
over 1 year ago by Ken
This introduces breaking changes around limit
and start_time
.
This introduces breaking changes around limit
and start_time
.
Introduces weighted rate limits on REST endpoints. For now weights have 2 tiers (2 and 5) and the weights for each endpoint are described below.
Introduces pagination on all history endpoints. In the previous version, history endpoints returns an array of history objects. In the current version, the response has been updated to include a count
field along with the array of history objects. The history object fields for each endpoints remain the same.