GET
/v1/user/tierGet User Tier
Returns the current user tier, credits remaining, rate limits, and all tier-specific limits.
Response
200401403404500
Successful Response
Code Snippet
curl -X GET "https://api.resolvedmarkets.com/v1/user/tier" \ -H "X-API-Key: YOUR_API_KEY"
200
{
"tier": "pro",
"creditsRemaining": 48500,
"creditsTotal": 50000,
"rateLimitRpm": 500,
"wsConnectionsMax": 1,
"historyDepthHours": 0,
"mcpAccess": "full",
"expiresAt": "2026-04-27T00:00:00.000Z"
}