-
Discord user IDNo response Describe your question in detail.We use this api to get account balance in Testnet and Mainnet. But recently we found type 0x1::coin::CoinStore<0x1::aptos_coin::AptosCoin> disappeared in Testnet. We use this Release version What error, if any, are you getting?No response What have you tried or looked at? Or how can we reproduce the error?No response Which operating system are you using?Linux (Ubuntu, Fedora, Windows WSL, etc.) Which SDK or tool are you using? (if any)N/A Describe your environment or tooling in detailNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
it's because of the coin to fungible asset migration, you can check APT balance using
|
Beta Was this translation helpful? Give feedback.
it's because of the coin to fungible asset migration, you can check APT balance using
0x1::fungible_asset::balance
(APT metadata address is0xa
) after the migration is 100% done. before that, please use node balance API.