module Bitsor::Client::Withdrawals
Public Instance Methods
withdrawals(limit: 25)
click to toggle source
# File lib/bitsor/client/withdrawals.rb, line 6 def withdrawals(limit: 25) get('/v3/withdrawals/', limit: limit) end