Method: Abucoins::API#withdrawals_crypto
- Defined in:
- lib/abucoins/abucoins.rb
permalink #withdrawals_crypto(amount:, currency:, method:, address:, tag: nil) ⇒ Object
[View source]
69 70 71 72 73 74 75 76 77 |
# File 'lib/abucoins/abucoins.rb', line 69 def withdrawals_crypto(amount:, currency:, method:, address:, tag: nil) post('/withdrawals/crypto', { amount: amount, currency: currency, method: method, address: address, tag: tag, }) end |