stayradiated / volatile

A service for automating cryptocurrency trading.
https://volatile.co.nz
2 stars 4 forks source link

Build a status page that monitors API errors from each exchange over time #23

Closed stayradiated closed 2 years ago

stayradiated commented 3 years ago

Anytime we get an API error we should track it in the database:

make sure to anonymize data (strip api keys, etc)

Host a status page that shows how many failed requests we had over time, compares to successful requests

stayradiated commented 2 years ago

I've added a new table user_exchange_request to track API requests. This captures both successful and failed requests.

Next step is to create a UI to display this data.

stayradiated commented 2 years ago

Creating a status page isn't that important right now, we can build it later if needed.