Method: TransferZero::CurrencyInfoApi#info_currencies
- Defined in:
- lib/transferzero-sdk/api/currency_info_api.rb
#info_currencies(opts = {}) ⇒ CurrencyListResponse
Getting a list of possible requested currencies Fetches a list of currencies available to use in other API requests. Usually the 3-character alpha ISO 4217 currency code (eg. USD) is used as the identifier.
28 29 30 31 |
# File 'lib/transferzero-sdk/api/currency_info_api.rb', line 28 def info_currencies(opts = {}) data, _status_code, _headers = info_currencies_with_http_info(opts) data end |