Skip to main content
GET
/
v3
/
status
API key status
curl --request GET \
  --url https://api.cryptorank.io/v3/status \
  --header 'X-Api-Key: <api-key>' \
  --header 'x-api-key: <x-api-key>'
{
  "status": "ok",
  "plan": "Pro",
  "creditsTotal": 100000,
  "creditsUsed": 4200,
  "creditsRemaining": 95800,
  "maxRPM": 60,
  "currentPeriodStart": "2026-05-01T00:00:00.000Z",
  "currentPeriodEnd": "2026-06-01T00:00:00.000Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Headers

x-api-key
string
required

Response

status
string
required
Example:

"ok"

plan
string
required

Subscription plan name

Example:

"Pro"

creditsTotal
number
required

Monthly credit limit

Example:

100000

creditsUsed
number
required

Credits used in the current billing period

Example:

4200

creditsRemaining
number
required

Credits remaining in the current billing period

Example:

95800

maxRPM
number
required

Maximum requests per minute

Example:

60

currentPeriodStart
string
required

Start of the current billing period (inclusive)

Example:

"2026-05-01T00:00:00.000Z"

currentPeriodEnd
string
required

End of the current billing period (inclusive)

Example:

"2026-06-01T00:00:00.000Z"