Endpoints
Top Affiliate Wagers
Get the top wagers for an affiliate within a specified time period
POST
Base URL:
BASE_URL (provided upon API key issuance)
Returns a list of top wagers for an affiliate within a specified time period, sorted by total amount wagered.
Authentication
This endpoint requires authentication using an API key in the Authorization header.
Parameters
Unix timestamp (in seconds) for the start of the period
Unix timestamp (in seconds) for the end of the period
Number of top wagers to return (1-100)
Validation Rules
Time Constraints
Time Constraints
- Start timestamp cannot be older than December 2, 2024 (1733115600)
- Both timestamps must be valid Unix timestamps
User Count
User Count
- Must be a valid integer
- Must be greater than 0
- Cannot exceed 100 users
Error Responses
Unauthorized - Invalid or missing API key
Bad Request - Invalid parameters or validation errors
Rate Limit Exceeded - Too many requests
Rate Limits
Rate limits are applied per API key. Please contact support for specific limits.