A logical (default is FALSE). If TRUE the function returns a list which includes allowance information, i.e. cost of the request, remaining credits and your account name.
# NOT RUN {# Get all available pairs of currenciesdf.pairs <- get_pairs()
# Get details on the pair Bitcoin-USDpair.btcusd <- get_pairs("btcusd")
# }# NOT RUN {# }