Analytics Overview
GetAuth requiredBeta
Returns the sign-up, master-partner, and activity summaries for the authenticated partner over an inclusive reporting period. Every amount is in US dollars, and the period may span at most 730 days.
Endpoint
Get
/partners/analytics/v1/overviewBase URL: https://api.derivws.com
Status Codes
200OK - Sign-up, master-partner, and activity summaries for the requested period.
400Bad request - start_date or end_date is missing or is not a valid YYYY-MM-DD date.
401Unauthorized - Missing or invalid Bearer token.
403Forbidden - Valid token but insufficient scope (application_read scope required).
404Partner not found - No partner matches the authenticated user.
422Validation error - end_date falls before start_date, or the period spans more than 730 days.
500Internal server error - Server-side error.
504Gateway timeout - The service did not respond in time.
Authentication Required
This endpoint requires a Bearer token. When authenticating with a Personal Access Token (PAT), the
Deriv-App-ID header is required to identify your application (Authentication). OAuth2 Scope: application_readAbout Analytics Overview
The GET /partners/analytics/v1/overview endpoint: Returns the sign-up, master-partner, and activity summaries for the authenticated partner over an inclusive reporting period. Every amount is in US dollars, and the period may span at most 730 days.
Any other questions? Get in touch