Skip to main content
GET
/
v1
/
ui
/
wallets
/
stats
Get wallet statistics for the authenticated user
curl --request GET \
  --url https://api.example.com/v1/ui/wallets/stats
{
  "totalTransactions": 123,
  "totalVolume": 123,
  "averageTransaction": 123,
  "lastTransactionDate": "2023-11-07T05:31:56Z",
  "monthlyStats": {
    "currentMonth": 123,
    "previousMonth": 123
  }
}

Response

Wallet statistics retrieved successfully

totalTransactions
number

Total number of transactions

totalVolume
number

Total transaction volume

averageTransaction
number

Average transaction amount

lastTransactionDate
string<date-time>

Date of last transaction

monthlyStats
object