Post
Topic
Board Bitcoin Technical Support
Merits 2 from 1 user
Re: Pywallet Dumped - Import options
by
nc50lc
on 22/05/2025, 12:42:16 UTC
⭐ Merited by Cricktor (2)
The balance all say "Rate limited" - Any way I can correct that to show a balance?
That's a response from Blockchain(dot)com's API if you've sent multiple queries in just a short while or your IP is above their limit.

Pywallet is using that as its main API endpoint and since there's no error response and Pywallet doesn't know how to handle such value, it took it (rate limited) as your balance.
Use manual query like what Loyce suggested or change the API endpoint in the code to another balance check API.