Usage Guide and Documentation

getBalance() - Balance Information

It is used to obtain balance information by way of the API.

public function getBalance(){
    return $this->instance->Balance();
}

Return Value;

Array
(
    [balance] => 1.2222
    [currency] => USD
)