matthewcm / crypto

0 stars 0 forks source link

Health Check bittrex api #36

Closed matthewcm closed 1 year ago

matthewcm commented 1 year ago

Integrate Market Summary Healthchecks

As we are introducing a new third party into the project, we need to integrate the Market summary healthcheck to the crypto app,

Requirements:

Payload should be:

json { "status": "OK", "checks": [ { "name": "market_summary", "status": "OK", "message": "Market Summary is healthy" } ] }

matthewcm commented 1 year ago

HEAD /markets/summaries

https://bittrex.github.io/api/v3#tag-Markets

https://api.bittrex.com/v3/markets

matthewcm commented 1 year ago

concept of composite health checks.

The idea is to provide an overview of the health of an application and its dependencies, making it simple for monitoring tools or developers to assess the system's overall health.