module Bitsor::Client::Fees

Public Instance Methods

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