get https://api.matchbook.com/edge/rest/account/balance
Get the balance for the user currently logged in.
This API requires authentication and will return a 401 in case the session expired or no session token is provided.
API GROUP : ACCOUNT
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});