Class: MaxExchangeApi::PublicV3Api
- Defined in:
- lib/max_exchange_api/public_v3_api.rb
Instance Attribute Summary
Attributes inherited from BaseApi
Instance Method Summary collapse
Methods inherited from BaseApi
Constructor Details
This class inherits a constructor from MaxExchangeApi::BaseApi
Instance Method Details
#available_loan_amount ⇒ Object
9 10 11 |
# File 'lib/max_exchange_api/public_v3_api.rb', line 9 def available_loan_amount send_request(:get, '/wallet/m/limits', {}) end |