Fetch Account Balance

This API allows you to fetch the current balance of your account

Check Balance

POST https://pickyassist.com/app/api/v2/pm/check-balance

This API request will fetch the available balance in the account

Request Body

NameTypeDescription

token

string

Your API Token for authorisation

{
   "balance":59.108,
   "status":100,
   "message":"Success"
}

Sample Request

{
  "token": "343434dfdfsd"
}

Sample Response

{
   "balance":59.108,
   "status":100,
   "message":"Success"
}

Last updated