On this page
Get system health
Check whether the Rift router is serving requests. A successful response is HTTP 200 with the plain-text body ok.
Try it out
ProductionRequest example
curl --request GET \
--url 'https://api.rift.trade/health' \
--header 'Accept: text/plain; charset=utf-8'Responses
The router is up
text/plain; charset=utf-8
Example response
ok
