curl -X POST ${BASE_URL}/top-affiliate-wagers-by-period \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "startTimestamp": 1733115600, "endTimestamp": 1743480000, "numUsers": 10 }'
{ "data": [ { "username": "player123", "avatar": "https://example.com/avatar.png", "totalWagered": 15000.50 }, { "username": "player456", "avatar": "https://example.com/avatar2.png", "totalWagered": 12000.75 } ], "errors": null }
Get the top wagers for an affiliate within a specified time period
BASE_URL
Authorization: Bearer YOUR_API_KEY
Time Constraints
User Count