Skip to main content
GET
/
status
Get detailed status
curl --request GET \
  --url https://api.example.com/status
{
  "status": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "services": {
    "rfq": {
      "status": "<string>",
      "connectedMarketMakers": 1,
      "version": "<string>",
      "error": "<string>"
    },
    "otc": {
      "status": "<string>",
      "connectedMarketMakers": 1,
      "version": "<string>",
      "error": "<string>"
    },
    "teeSwapper": {
      "status": "<string>",
      "error": "<string>"
    }
  }
}

Response

200 - application/json

Detailed service status

Combined system status for all backend services

status
required

Service health status

Allowed value: "ok"
timestamp
string<date-time>
required

Status check timestamp

services
object
required

Individual service statuses