GET/v1/payments/subscription

Subscription Status

Returns the current Clerk Billing subscription status including active plan and tier info.

Response

200401403404500

Successful Response

Code Snippet
curl -X GET "https://api.resolvedmarkets.com/v1/payments/subscription" \
  -H "X-API-Key: YOUR_API_KEY"
200
{
  "provider": "clerk",
  "plan": "pro",
  "tier": "pro",
  "creditsRemaining": 48500,
  "expiresAt": "2026-04-27T00:00:00.000Z",
  "limits": {
    "rpm": 500,
    "wsMax": 1,
    "historyHours": 0,
    "mcp": "full",
    "maxKeys": 5
  }
}
Subscription Status — API Docs | Resolved Markets