---
title: "Relay Status"
method: GET
path: "/maker/v1/status"
tags: ["Market Maker"]
---

# Relay Status

`GET /maker/v1/status`

Protocol version, connected maker counts, and the maker channel paths.

## Response `200`

Relay status

- RelayStatus
  - `protocolVersion` integer
  - `makersConnected` integer — Distinct makers subscribed to the SSE quote-request stream.
  - `socketsConnected` integer — Live post-trade WebSocket sockets.
  - `streamPath` string
  - `quotePath` string
  - `wsPath` string

---

[API](https://skmtc.dev/convallax/apis/convallax-rfq-api.md) · [All operations](https://skmtc.dev/convallax/apis/convallax-rfq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/convallax/convallax-rfq-api/revisions/c8cb11b778c1/schema)
