or create new account
ACCOUNT.GETBALANCE - API CALL

ACCOUNT.GETBALANCE - get account balance.
 
Description


ACCOUNT.GETBALANCE is used to get current account balance.
Arguments


NONE
Response

Account Balance.
API Request Example
							
<?xml version="1.0" standalone="no" ?>
<REQUEST>
   <USERTOKEN>
      <USERKEY>YOURUSERKEY1891e2e883904b0b894dc5b679c1c1c13f6d</USERKEY>
   </USERTOKEN>
   <ACTION NAME="ACCOUNT.GETBALANCE">
   </ACTION>
</REQUEST>
		
						
Response Example
							
<?xml version="1.0" standalone="no" ?>
<RESPONSE>
   <RESULT>77.78</RESULT>
</RESPONSE>
		
						
Please remember that XML is CASE SENSITIVE. All ANVEO API XML tags and attributes should be in upper case.
:.:
News Blog About Anveo Terms of Use Contact Us © 2010 Anveo Inc.