Update: we’ve noticed an error with the APIs used in the explorer and wallet that don’t reflect these unlocked tokens. We’re working on a fix.
Below was shared by an engineer on the team if you’re interested in diving deeper to ensure that your balance is correct on the blockchain, while we work to update our API endpoints to reflect your correct STX balance.
-
Use the “Accounts” RPC endpoint on a stacks node: https://stacks-node-api.mainnet.stacks.co/v2/accounts/SPX8T06E8FJQ33CX8YVR9CC6D9DSTF6JE0Y8R7DS?proof=0 (swapping for your address in the URL)
-
Get the “balance” JSON field, which looks like “0x0000…”. This is an integer in hexadecimal format. You can use a tool like Hexadecimal to Decimal Converter to convert this to a human-readable number. The result is your balance in MicroStacks. 1 STX = 1,000,000 microstacks - so divide that result by 1,000,000 to see your balance in STX.
We’ll provide another update once its been fixed.