Log in to your Whatsiplus panel using this link to generate your API key

Whatsiplus API
HomeGeneralSettingWebhookPartner
Wordpress Plugin
  • WhatsApp Order Notification
  • WhatsApp Login
  • WhatsApp Scheduled Notification
WHMCS Module
  • WhatsApp Notification
  • WhatsApp Login
HomeGeneralSettingWebhookPartner
Wordpress Plugin
  • WhatsApp Order Notification
  • WhatsApp Login
  • WhatsApp Scheduled Notification
WHMCS Module
  • WhatsApp Notification
  • WhatsApp Login
WhatsApp
  1. Partner
  • getWalletBalance
    GET
  • showAllService
    GET
  • create
    GET
  • qrCode
    GET
  • disconnect
    GET
  • connect
    GET
  • suspend
    GET
  • unsuspend
    GET
  • renew
    GET
  • remove
    GET
  1. Partner

getWalletBalance

GET
https://api.whatsiplus.com/module/getWalletBalance

Get Wallet Balance#

This method retrieves the current wallet balance (credit) of the agent using the provided `agentKey`.

Request

Query Params

Responses

🟢200getWalletBalance
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/module/getWalletBalance?agentKey=AGENTKEY'
Response Response Example
{
    "status": "true",
    "credit": "145.00"
}
Modified at 2025-09-17 19:25:45
Next
showAllService
Built with