Get Wallet Balance Amount

This command can be used to retrieve Wallet Balance Amount.

Function Name: getWalletAmount()
Method: GET
Resource URL: http://appone.exioms.com/api/v3_1/getWalletAmountv3.php/getWalletAmount

Parameteres

Parameters Value
strUsername Unique User name
strAuthKey Your Auth Key(String)
format To Get Response In Different Format, example. For JSON (Default) = 1 , CSV = 2, XML = 3

You can test GET based API directly in broswer also or you can use following URL for testing API: https://www.hurl.it/

URL for tesing API directly in browser:

http://appone.exioms.com/api/v3_1/getWalletAmountv3.php/getWalletAmount?strUsername=99999999&strAuthKey=Ty67Hyt754&format=1

Sample Response

 {"success":1,"message":"20"} 
 20 
						

   <Balance>  
     <success>1</success>  
     <message>20</message>  
   </Balance>