WebSocket Introduction
Overview
Connection URL
wss://api.monday.trade/v4/public/wsHeartbeat Mechanism
Message Format
Request Message Format
{
"id": <number>, // Request ID for matching responses
"method": "SUBSCRIBE" | "UNSUBSCRIBE",
"params": {
// Specific parameters vary by subscription type
}
}Response Message Format
Subscribe/Unsubscribe Response
Data Stream Message Format
Subscription Types
Last updated