is there an endpoint we can query the status of chainstack?, for example a json response for this?
Hey Kevin,
Are you looking to get notified of downtime through an API that points at the status page?
-Nick
yes I would like to query an API endpoint for example, like for example Solana says operational i would like to get that value is it possible?
I dont want to get notified as I am trying to implement an front end design that says which chain are currently operational on quicknode status
Hi Kevin,
To query the status from https://status.quicknode.com/, you can use the public Statuspage API https://quicknode.statuspage.io/api/v2/summary.json
-Nick