Staking Data
API Key Management

Get Billing Status

Returns the current subscription status and usage information, including remaining credits, monthly quota, and next billing date.

GET
/public/billing/status
X-API-Key<token>

In: header

Response Body

application/json

curl -X GET "https://api.stakingrewards.com/public/billing/status"
{
  "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"
}
Empty