Method: Bitmex::User#margin

Defined in:
lib/bitmex/user.rb

#margin(currency = 'XBt') ⇒ Hash

Get your account’s margin status

Parameters:

  • currency (String) (defaults to: 'XBt')

    the currency to filter by

Returns:

  • (Hash)

    the margin

[View source]

63
64
65
# File 'lib/bitmex/user.rb', line 63

def margin(currency = 'XBt')
  get 'margin', currency: currency
end