Skip to main content
WSS
wss://ws.relay.link
relay-ws
Messages
SubscribeRequest
type:object

Client requests subscription to real-time transaction status events.

UnsubscribeRequest
type:object

Client unsubscribes from request.status.updated events. Not required if disconnecting from the websocket as the server cleans up automatically.

ConnectionReady
type:object

Sent by the server when the WebSocket connection is ready.

SubscribeResponse
type:object

Server acknowledges a successful subscription.

RequestStatusUpdatedEvent
type:object

Server pushes real-time transaction status events.

UnsubscribeResponse
type:object

Server confirms unsubscription.