Module: Kucoin::Rest::Public::Languages
- Included in:
- Client
- Defined in:
- lib/kucoin/rest/public/languages.rb
Instance Method Summary collapse
Instance Method Details
#languages(options: {}) ⇒ Object
6 7 8 |
# File 'lib/kucoin/rest/public/languages.rb', line 6 def languages(options: {}) get("/open/lang-list", options: )&.fetch("data", []) end |