REST API call: getBalance
From Moneytrackin' help
Returns the balance of all the transactions for a given project.
Arguments
project - ID of the project (returned in function listProjects).
Specify an empty string to reference the main account
Example response
<?xml version='1.0' encoding='UTF-8'?> <result code="done"> <balance>747.75</balance> </result>