Staking Data

Update Subscription

Check your subscription status and upgrade your plan.

Check Status

Use the status endpoint to retrieve your current subscription details and usage information.

Endpoint

GET https://api.stakingrewards.com/public/billing/status

Request

Include your API key in the request headers:

Check subscription status
curl -H "X-API-KEY: <YOUR_API_KEY>" https://api.stakingrewards.com/public/billing/status

Response

Response
{
  "plan_name": "pro",
  "available_credits": 95559803,
  "monthly_quota": 100000000,
  "subscribed_at": "2023-05-18T18:30:53.170577Z",
  "requests_allowed": true,
  "billing_date": "2023-06-18T18:30:53.172798Z"
}

Response Fields

FieldDescription
plan_nameCurrent subscription tier
available_creditsRemaining credits in account
monthly_quotaTotal monthly credit allowance
subscribed_atSubscription initiation timestamp
requests_allowedBoolean indicating active status
billing_dateNext billing cycle date

Upgrade

To increase API credit limits, purchase another API Package that suits your needs by visiting our API page.

Complete the transaction using the same email address. Upon completion, a new API key corresponding to the upgraded package is issued, enabling immediate use of enhanced credit limits without service interruption.

Custom Requirements

The platform accommodates specialized needs including high-volume data handling and custom rate limits. Organizations with unique requirements can explore tailored solutions by contacting us.

To discuss custom options, email [email protected] or message @berlincrypto on Telegram.

On this page