Skip to content
TradeExplorerDocsTwitter

Backed by

Paradigm

Paradigm

INTEGRATE API

TradeExplorerDocsTwitter

INTEGRATE

Backed by

Paradigm

Paradigm

Get system health
Docs/API Endpoints
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.

GET/healthOpenAPI ↗

Try it out

Production
https://api.rift.trade

Request 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