class Binance::Session

def weight_usage?(key)

def weight_usage?(key)
  key.start_with?('x-mbx-used-weight') || key.start_with?('x-sapi-used')
end