API Endpoint
| Endpoint | /api/winner-ticker |
| Method | POST |
| Content-Type | application/json |
| Auth | Public |
| Description | Real-time winner ticker feed |
Usage Example
fetch('/api/winner-ticker', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({
jsonrpc: '2.0',
params: {}
})
})