402 Insufficient Tokens
402 Insufficient Tokens means the request reached the server with valid auth, but your wallet doesn’t have enough to cover the tool’s cost. No work was done, no charge applied.
Quick fix: top up
Call buy_tokens on admin-tools for an immediate top-up.
The minimum is 1 = 100 tokens.
After it succeeds, retry the original call. Your balance is updated immediately.
Long-term fix: auto-reload
Set up set_auto_reload so the saved card is charged automatically when the balance dips below your threshold.
Once configured, batch jobs won’t pause for top-ups.
Auditing spend
If 402s are catching you off guard, audit recent activity:
Common patterns that drain a wallet faster than expected:
- A retry loop on a
5xxerror that isn’t refunding properly. list_linkedin_company_employees_posts(80 tokens) called per company in a sweep.list_linkedin_company_employees(30 tokens) called withouttitle_filters(returns everyone but still costs the same).
See Token Efficiency for the full list of patterns to avoid.
Free tools to fall back on
Even with a zero balance, these still work:
You can always recover the wallet from a 0-token state — buy_tokens is itself free.