module Bitfinex::RESTv1Symbols
Public Instance Methods
symbols()
click to toggle source
Get a list of valid symbol IDs.
@return [Array] @example: client.symbols
# File lib/rest/v1/symbols.rb, line 8 def symbols get("symbols").body end
symbols_details()
click to toggle source
Get detailed list of symbols
@return [Array] @example: client.symbols_details
# File lib/rest/v1/symbols.rb, line 17 def symbols_details get("symbols_details").body end