Fetch Account Balance
Last updated
Was this helpful?
This API allows you to fetch the current balance of your account
POST https://pickyassist.com/app/api/v2/pm/check-balance
This API request will fetch the available balance in the account
token
string
Your API Token for authorisation
{
"balance":59.108,
"status":100,
"message":"Success"
}{
"token": "343434dfdfsd"
}Last updated
Was this helpful?
Was this helpful?
{
"balance":59.108,
"status":100,
"message":"Success"
}