Skip to main content
GET
https://api.stablepay.global
/
v2
/
account
/
stats
Get Stats
curl --request GET \
  --url https://api.stablepay.global/v2/account/stats \
  --header 'Authorization: Bearer <token>'

Get Stats

Returns aggregated statistics for your account including user counts, transaction counts, and volume summaries.

Request

curl https://api.stablepay.global/v2/account/stats \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

{
  "success": true,
  "data": {
    "users": {
      "total": 1250,
      "kycVerified": 1100,
      "kycPending": 150
    },
    "transactions": {
      "total": 5420,
      "completed": 5200,
      "pending": 45,
      "failed": 175
    },
    "volume": {
      "totalUsd": 1250000,
      "totalInr": 105625000,
      "monthlyUsd": 125000,
      "monthlyInr": 10562500
    },
    "developerFeeEarnings": {
      "totalInr": 125000,
      "monthlyInr": 15000
    },
    "last30Days": {
      "transactionCount": 892,
      "volumeUsd": 178400,
      "avgTransactionUsd": 200
    }
  }
}

Response Fields

Users

FieldDescription
totalTotal users created
kycVerifiedUsers with completed KYC
kycPendingUsers with pending/incomplete KYC

Transactions

FieldDescription
totalAll-time transaction count
completedSuccessfully completed transactions
pendingCurrently processing transactions
failedFailed or cancelled transactions

Volume

FieldDescription
totalUsdAll-time USD volume
totalInrAll-time INR payouts
monthlyUsdCurrent month USD volume
monthlyInrCurrent month INR payouts

Developer Fee Earnings

FieldDescription
totalInrAll-time developer fee earnings
monthlyInrCurrent month developer fee earnings

Last 30 Days

FieldDescription
transactionCountTransactions in last 30 days
volumeUsdUSD volume in last 30 days
avgTransactionUsdAverage transaction size