Learn R Programming

coinmarketcapr (version 0.4)

get_api_info: 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()

Arguments

Value

A dataframe with all API key infos

References

API documentation

Examples

Run this code
# NOT RUN {
get_api_info()
# }

Run the code above in your browser using DataLab