GET/v1/account
Check your credit balance and rate limit. Free — 0 credits.Costs nothing and doesn't make an upstream request, but it's still key-authed and rate-limited like every other endpoint. See Credits & pricing for how the balance is spent.
curl "https://api.threadsnoop.com/v1/account" \
-H "x-api-key: ts_live_YOUR_KEY"response
{
"data": { "credits_balance": 328, "rate_limit": { "qps": 2, "burst": 10 } },
"_threadsnoop": { "credits_used": 0, "credits_remaining": 328 }
}