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/statusRequest
Include your API key in the request headers:
curl -H "X-API-KEY: <YOUR_API_KEY>" https://api.stakingrewards.com/public/billing/statusResponse
{
"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
| Field | Description |
|---|---|
plan_name | Current subscription tier |
available_credits | Remaining credits in account |
monthly_quota | Total monthly credit allowance |
subscribed_at | Subscription initiation timestamp |
requests_allowed | Boolean indicating active status |
billing_date | Next 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.