get_api_info {coinmarketcapr} | R Documentation |
Get API-Key Info
Description
Returns API key details and usage stats. This endpoint can be used to programmatically monitor your key usage compared to the rate limit and daily/monthly credit limits available to your API plan. You may use the Developer Portal's account dashboard as an alternative to this endpoint.
Usage
get_api_info()
Value
A dataframe with all API key infos
References
Examples
## Not run:
get_api_info()
## End(Not run)
[Package coinmarketcapr version 0.4 Index]