Skip to main content
GET
Relay Status
Check the relay’s current status — protocol version, how many market makers are connected, and the path for each maker channel. Use this to verify connectivity before subscribing to the quote-request stream and opening the post-trade WebSocket.

Response

200 - application/json

Relay status

protocolVersion
integer
Example:

3

makersConnected
integer

Distinct makers subscribed to the SSE quote-request stream.

Example:

3

socketsConnected
integer

Live post-trade WebSocket sockets.

Example:

4

streamPath
string
Example:

"/v1/mm/quote-requests/stream"

quotePath
string
Example:

"/v1/mm/quotes"

wsPath
string
Example:

"/maker/v1/ws"