Method: Bitpesa::AccountsApi#get_account
- Defined in:
- lib/bitpesa-sdk/api/accounts_api.rb
#get_account(currency, opts = {}) ⇒ AccountResponse
Fetches account balance for specified currrency Fetches account balance for specified currrency, and returns current balance and associated currency code
29 30 31 32 |
# File 'lib/bitpesa-sdk/api/accounts_api.rb', line 29 def get_account(currency, opts = {}) data, _status_code, _headers = get_account_with_http_info(currency, opts) data end |