Skip to main content
GET
/
maker
/
v1
/
status
curl https://api.convallax.com/maker/v1/status
{
  "protocolVersion": 1,
  "makersConnected": 3,
  "wsPath": "/maker/v1/ws"
}
Check the relay’s current status, including the protocol version and how many market makers are connected via WebSocket. Use this to verify connectivity before opening a WebSocket connection.
protocolVersion
number
Current protocol version. Currently 1.
makersConnected
number
Number of market makers currently connected via WebSocket.
wsPath
string
WebSocket endpoint path for maker connections.
curl https://api.convallax.com/maker/v1/status
{
  "protocolVersion": 1,
  "makersConnected": 3,
  "wsPath": "/maker/v1/ws"
}