module Bitsor::Client::Funding

Public Instance Methods

fundings(limit: 25) click to toggle source
# File lib/bitsor/client/funding.rb, line 6
def fundings(limit: 25)
  normalize_response.with(:funding) do
    get('/v3/fundings/', limit: limit)
  end
end