Module: Bitsor::Client::Withdrawals
- Included in:
- Bitsor::Client
- Defined in:
- lib/bitsor/client/withdrawals.rb
Instance Method Summary collapse
Instance Method Details
#withdrawals(limit: 25) ⇒ Object
6 7 8 |
# File 'lib/bitsor/client/withdrawals.rb', line 6 def withdrawals(limit: 25) get('/v3/withdrawals/', limit: limit) end |