GET
/
key
/
info
CLI
curl --request GET \
--url https://api-pro.coinpaprika.com/v1/key/info \
--header 'Authorization: <api-key>'
{
  "plan": "pro",
  "plan_started_at": "2022-09-16T10:17:24Z",
  "plan_status": "active",
  "portal_url": "https://coinpaprika.com/api/panel",
  "usage": {
    "message": "limited plan",
    "current_month": {
      "requests_made": 18,
      "requests_left": 499982
    }
  }
}

Authorizations

Authorization
string
header
required

Response

successful operation

plan
string

Name of the API plan

Example:

"pro"

plan_started_at
string

A date when the plan started in RFC3999 (ISO-8601) format

Example:

"2022-09-16T10:17:24Z"

plan_status
string

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"

portal_url
string

API Customer Portal URL

Example:

"https://coinpaprika.com/api/panel"

usage
object

Monthly usage for the API key