API Endpoint
| Endpoint | /api/recent-wins |
| Method | POST |
| Content-Type | application/json |
| Auth | Public |
| Description | Recent quiz wins with amounts |
Usage Example
fetch('/api/recent-wins', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({
jsonrpc: '2.0',
params: {}
})
})