Module: Bitsor::Client::Funding

Included in:
Bitsor::Client
Defined in:
lib/bitsor/client/funding.rb

Instance Method Summary collapse

Instance Method Details

#fundings(limit: 25) ⇒ Object



6
7
8
9
10
# File 'lib/bitsor/client/funding.rb', line 6

def fundings(limit: 25)
  normalize_response.with(:funding) do
    get('/v3/fundings/', limit: limit)
  end
end