Skip to main content
GET
/
statistics
View Statistics
curl --request GET \
  --url https://api.bleeprs.com/api/statistics \
  --header 'Authorization: Bearer <token>'
{
  "gatewayStatus": "00",
  "gatewayMessage": "Successfully Processed",
  "requestReference": "ESzHw13F3Xa93uizdop6",
  "data": {
    "account_balance": {
      "amount": "N7450.00",
      "available_for": "vending",
      "currency": "NGN",
      "last_updated": "9/18/2025, 8:22:50 AM"
    },
    "period": {
      "current_week_start": "2025-09-11",
      "current_week_end": "2025-09-18",
      "previous_week_start": "2025-09-04",
      "previous_week_end": "2025-09-11"
    },
    "statistics": {
      "successful": {
        "value": 7,
        "rate": "0.0% success rate from last week",
        "is_positive": true
      },
      "failed": {
        "value": 17,
        "rate": "70.8% failure rate from last week",
        "is_positive": false
      }
    },
    "total_amount": {
      "value": "N3850.00",
      "change": "0.0% change from last week",
      "is_positive": true
    },
    "total_transactions": {
      "value": 24,
      "change": "0.0% of total from last week",
      "is_positive": true
    }
  }
}

Overview

Retrieve comprehensive statistics about your vending activities, including account balance, transaction metrics, and performance data.

Notes

  • Statistics are calculated based on weekly periods
  • All monetary values are in Nigerian Naira (NGN)
  • Trends compare current week to previous week
  • Account balance is updated in real-time
  • Use this endpoint to monitor your vending performance and account status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successfully retrieved statistics

gatewayStatus
string
Example:

"00"

gatewayMessage
string
Example:

"Successfully Processed"

requestReference
string
Example:

"ESzHw13F3Xa93uizdop6"

data
object