Today we released changes that make it possible to pay for a higher hourly allowance on our REST API. We have also reduced the hourly CPU allowance limit for anonymous users from 8 CPU seconds to 4 CPU seconds. There is a 6 week grace period during which the default anonymous allowance will gradually lower … Continue reading Changes to the Cryptowatch REST API hourly limits
Month: September 2019
Measure on Charts
We’re pleased to introduce a new drawing tool to Cryptowatch, combining date and price ranges into a single drawing. Measure is contextual to each market, supporting both amount and percentage changes to be placed on any chart or indicator. Want to follow along? Open up your nearest Cryptowatch chart and we'll get started. During initial … Continue reading Measure on Charts
Don’t forget to POST
Modern best practices in both React and Angular make a dangerous omission: the method attribute on form elements. This can lead to accidental logging of user credentials. It is now considered standard to hijack a form’s submit behavior in these frameworks using onSubmit or ng-submit, and most code examples don’t even bother to give their … Continue reading Don’t forget to POST