Partner Stats
The stats endpoints return metrics scoped to your partner account — not platform-wide totals. Use them to build dashboards, monitor performance, or integrate your volume data into internal reporting.All stats endpoints require full API key authentication (
Authorization: <partnerId>:<apiSecret>). The public partner-id header does not grant access.GET /v2/stats/volume
Returns cumulative volume metrics for your partner account.Endpoint
Parameters
None.Example Request
Example Response
Response Fields
GET /v2/stats/weeklyVolume
Returns a per-week breakdown of your partner volume, ordered chronologically.Endpoint
Parameters
None.Example Request
Example Response
Response Fields
GET /v2/stats/chart
Returns time-series data for a given metric over a custom date range. Useful for building volume charts in dashboards or analytics tools.Endpoint
Parameters
Example Request
Example Response
Response Fields
Days or months with no activity are omitted from the response. Your charting code should fill in zero values for missing dates.