Received when Virtual Cricket market data is updated with the latest odds and runner information.
Received Response (from SDK)
{
"data": [
{
"room": "4.792702193936-VM",
"data": {
"eid": 34492747,
"mid": "4.792702193936-VM",
"na": "VC data",
"res": "",
"s": true,
"go": false,
"t": 1752141716612,
"r": [
{
"rid": 824423,
"na": "Iyanola Heritage",
"sb": null,
"l": 4,
"b": 3
},
{
"rid": 455535,
"na": "Whiptail Smashers",
"s": false,
"sb": null,
"l": 0,
"b": 0
}
]
}
}
]
}
Event Type: Virtual Cricket Market – Runners Suspended
Received when runners in the Virtual Cricket market are suspended (temporarily unavailable for betting).
Received Response (from SDK)
{
"data": [
{
"room": "4.792702193936-VM",
"data": {
"eid": 34492747,
"mid": "4.792702193936-VM",
"na": "VC data",
"res": "",
"s": true,
"go": false,
"t": 1752141716612,
"r": [
{
"rid": 824423,
"na": "Iyanola Heritage",
"sb": "S",
"l": 0,
"b": 0
},
{
"rid": 455535,
"na": "Whiptail Smashers",
"s": false,
"sb": null,
"l": 0,
"b": 0
}
]
}
}
]
}
Event Type: Virtual Cricket Market – Runners Ball Running
Received when runners in the Virtual Cricket market are in the live ball state.
Received Response (from SDK)
{
"data": [
{
"room": "4.792702193936-VM",
"data": {
"eid": 34492747,
"mid": "4.792702193936-VM",
"na": "VC data",
"res": "",
"s": true,
"go": false,
"t": 1752141716612,
"r": [
{
"rid": 824423,
"na": "Iyanola Heritage",
"sb": "B",
"l": 0,
"b": 0
},
{
"rid": 455535,
"na": "Whiptail Smashers",
"s": false,
"sb": null,
"l": 0,
"b": 0
}
]
}
}
]
}
Event Type: Virtual Cricket Market – Status Inactive
Received when the Virtual Cricket market is inactive, i.e., no longer available for betting.
Received Response (from SDK)
{
"data": [
{
"room": "4.792702193936-VM",
"data": {
"eid": 34492747,
"mid": "4.792702193936-VM",
"na": "VC data",
"res": "",
"s": false,
"go": false,
"t": 1752141716612,
"r": [
{
"rid": 824423,
"na": "Iyanola Heritage",
"sb": null,
"l": 4,
"b": 3
},
{
"rid": 455535,
"na": "Whiptail Smashers",
"s": false,
"sb": null,
"l": 0,
"b": 0
}
]
}
}
]
}
Glossary of Keys (Virtual Cricket Market)
| Key | Description |
|---|---|
room | Internal Virtual Cricket market identifier |
eid | Event ID |
mid | Market ID |
na | Market name |
res | Market result (if declared) |
s | Market active status (true = active, false = inactive) |
go | Game over flag (false = game still active, true = game over) |
t | Epoch timestamp in milliseconds |
r[] | Array of runners with associated details |
sb | Suspension flag (B = Ball Running, S = Suspended, null = Active) |
l | Lay |
b | Back |
s | Runner’s active status (true = active, false = inactive) |
Usage Notes:
sb: "B"indicates that the runner is currently in live ball state (active).sb: "S"means the runner is suspended.s: falseindicates that the runner is inactive.