blockchain / service-my-wallet-v3

Blockchain Wallet API Service
https://blockchain.info/api/blockchain_wallet_api
GNU Affero General Public License v3.0
910 stars 518 forks source link

Balance is null #451

Open Navidiscounter opened 4 years ago

Navidiscounter commented 4 years ago

Hello, i am checking every x minutes ~200 Wallets. 6 weeks it was always good and the last 3 days i have many problems. Sometimes they give me a Unexpected error. But the biggest problem is, that 48 of the 200 Wallets (every day more) fetching the wrong balance. balance result: "null" total_received: "null" Label and address is correct. In the Web Interface, i can see the right Balance.

Result example: {"addresses":[{"address":"**wallet****","label":"***","balance":null,"total_received":null}],"

First URL in my PHP Code: $url = "http://localhost:3000/merchant/$guid/address_balance?"; Now, i have tried this URL: $url = 'http://localhost:3000/merchant//list';

And the same result. 75% of the results are correct and 25% (every the same) are wrong.

I don't know, what i can do.

System informations: Ubuntu 16 blockchain-wallet-service --version: 0.26.3 node --version: v13.8.0

Thank you for your help.