Get API key info
Returns API key information:
- Name of the API key plan
- When the plan started
- A flag indicating if the plan is active
- Link to the API user portal
- Monthly usage
Available on the following API plans:
- Starter
- Pro
- Business
- Enterprise
Update interval: Every 1 minute.
GET
CLI
Authorizations
Response
successful operation
Name of the API plan
Example:
"pro"
A date when the plan started in RFC3999 (ISO-8601) format
Example:
"2022-09-16T10:17:24Z"
Status of the plan. There are 3 possible statuses: active - the subscription is active; past_due - the subscription payment failed. If payment is not made within 7 days, then the subscription will expire; inactive - the subscription is inactive.
Example:
"active"
API Customer Portal URL
Example:
"https://coinpaprika.com/api/panel"
Monthly usage for the API key
CLI