Module: Kucoin::Rest::Private::User
- Included in:
- Client
- Defined in:
- lib/kucoin/rest/private/user.rb
Instance Method Summary collapse
Instance Method Details
#user_info(options: {}) ⇒ Object
6 7 8 9 10 |
# File 'lib/kucoin/rest/private/user.rb', line 6 def user_info(options: {}) .merge!(authenticate: true) response = get("/user/info", options: )&.fetch("data", {}) ::Kucoin::Models::User.new(response) if response end |