GET
/
wallet
/
analytics
curl --request GET \
  --url https://nini.monieswitch.com/wallet/analytics \
  --header 'Authorization: <authorization>'
{
  "data": {
    "totalWalletBalance": 134672.5,
    "totalWallets": 35
  },
  "status": true
}

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Response

200 - application/json
data
object
status
boolean

The status of the wallet analytics response.