cc_rate_limit: Cryptocompare Rate limit

View source: R/cc_rate_limit.R

cc_rate_limitR Documentation

Cryptocompare Rate limit

Description

Find out how many calls you have left in the current month, day, hour, minute and second

Usage

cc_rate_limit(hour = FALSE)

Arguments

hour

Logical. Default is FALSE. If TRUE will return the number of calls done and left in the current hour.

Examples


cc_rate_limit(hour = FALSE)
cc_rate_limit(hour = TRUE)


beniamino98/cryptocompareR documentation built on June 19, 2024, 12:37 a.m.