JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# BalanceApi You can use the APIs below to interface with Xendit's `BalanceApi`. To start using the API, you need to configure the secret key and initiate the client instance. ```php getBalance($account_type, $currency, $at_timestamp, $for_user_id); print_r($result); } catch (\Xendit\XenditSdkException $e) { echo 'Exception when calling BalanceApi->getBalance: ', $e->getMessage(), PHP_EOL; echo 'Full Error: ', json_encode($e->getFullError()), PHP_EOL; } ``` [[Back to README]](../README.md)