The numbers
A principal is whoever authenticated: a given API key and a browser
session count separately, but all keys of one account share its account-level
protections.
When you exceed a limit
The API returns429 with the standard envelope:
Staying well under the limits
- Poll gas, not balances.
GET /gasis designed for polling;/balancesdoes FHE work. See Balances. - Poll transactions at 3–10 s intervals; faster adds no information (Sepolia blocks land every ~12 s) and burns read budget. See Track transactions.
- Paginate deliberately.
pageSizegoes up to 100; one big page beats five small ones. - Money movement already blocks up to ~90 s waiting for receipts, so don’t
wrap it in a hot retry loop; on
PENDING, switch to polling the transaction.