Method: ViaBTC::HTTP::Client#market_list
- Defined in:
- lib/viabtc/http.rb
#market_list(id: 0) ⇒ Object
174 175 176 |
# File 'lib/viabtc/http.rb', line 174 def market_list(id: 0) request(id: id, method: "market.list", params: []) end |