Method: Abucoins::API#deposits_crypto

Defined in:
lib/abucoins/abucoins.rb

#deposits_crypto(currency:, method:) ⇒ Object

[View source]

62
63
64
65
66
67
# File 'lib/abucoins/abucoins.rb', line 62

def deposits_crypto(currency:, method:)
  post('/deposits/crypto', {
    currency: currency,
    method: method
  })
end