Method: Bitmex::User#margin
- Defined in:
- lib/bitmex/user.rb
permalink #margin(currency = 'XBt') ⇒ Hash
Get your account’s margin status
63 64 65 |
# File 'lib/bitmex/user.rb', line 63 def margin(currency = 'XBt') get 'margin', currency: currency end |