/api/balance

Get balance of the currently authenticated user

$.get(
  'https://yoursite.com/your-app/balance/', 
  function(data) {
    console.log(data);
	}
);
Language
Credentials