Module: Bitsor::Client::FundingDestination
- Included in:
- Bitsor::Client
- Defined in:
- lib/bitsor/client/funding_destination.rb
Instance Method Summary collapse
Instance Method Details
#funding_destination(fund_currency:) ⇒ Object
6 7 8 9 10 |
# File 'lib/bitsor/client/funding_destination.rb', line 6 def funding_destination(fund_currency:) normalize_response.with(:funding_destination) do get('/v3/funding_destination/', fund_currency: fund_currency) end end |