0 Balance for microAlgos

Good day!

I set up a testnet and then I imported my algo address from my Pera algo wallet mobile app with a balance of 24.90 ALGO
and when i check my account with goal account list, this is the result (see below):

[offline] Unnamed-0 FHBQKTJO3Y2MHHWEZ7VYGM7XHH7WTBDKWIVFGH4ZK6UDKJNKEI27RTXHTE 0 microAlgos *Default

I got 0 microAlgos, what could be the problem?

No problem, if you check it with algoexplorer.io
On testnet it shows your balance, 24.9 Algos.
So, please run

./goal node status -d data

to check the network. It should say testnet-v1.0

E.g.

./goal node status -d data
Last committed block: 29374505
Time since last block: 1.6s
Sync Time: 0.0s
Last consensus protocol: https://github.com/algorandfoundation/specs/tree/44fa607d6051730f5264526bf3c108d51f0eadb6
Next consensus protocol: https://github.com/algorandfoundation/specs/tree/44fa607d6051730f5264526bf3c108d51f0eadb6
Round for next consensus protocol: 29374506
Next consensus protocol supported: true
Last Catchpoint: 
Genesis ID: testnet-v1.0
Genesis hash: SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=
1 Like

If the status indicates testnet-v1.0 as mentioned by @Maugli, the next reason you may have an issue is that your node is not synced.

See Node Troubleshooting - Algorand Developer Portal for additional troubleshooting.