Next scheduled rescrape ... never
Version 1
Last scraped
Scraped on 22/05/2025, 12:47:15 UTC
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.

The link is; 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 itthat (rate limited) as your balance.
It was written years ago when Blockchain had less strict limits, BTW.

Use manual query like what Loyce suggested or change the API endpoint in thePywallet's code to another balance check API.
Original archived Re: Pywallet Dumped - Import options
Scraped on 22/05/2025, 12:42:16 UTC
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.