Class: Kucoin::Models::Coin

Inherits:
Base
  • Object
show all
Defined in:
lib/kucoin/models/coin.rb

Constant Summary collapse

MAPPING =
{
  name:                 :string,
  coin:                 :string,
  info_url:             :string,
  trade_precision:      :integer,
  deposit_remart:       :string,
  confirmation_count:   :integer,
  withdraw_min_fee:     :float,
  withdraw_min_amount:  :float,
  withdraw_fee_rate:    :float,
  withdraw_remart:      :string,
  enable_withdraw:      :boolean,
  enable_deposit:       :boolean
}

Method Summary

Methods inherited from Base

#attributes, #initialize, parse

Constructor Details

This class inherits a constructor from Kucoin::Models::Base