Daily quota
Check remaining quota via response headers on every call:
When quota is exhausted, you get a
429 with code quota_exceeded and a message telling you whether to link a wallet (guest) or wait for the daily reset (wallet-linked). See Errors.
Per-minute burst limit
Independent of daily quota, requests are throttled per minute:
Exceeding this returns
429 with code rate_limited.
Getting a higher limit
Link a wallet at/cli to move from the guest tier to the member tier on both daily quota and burst limit.