-
Discord user ID0xSynon Describe your question in detail.It was my understanding that to fetch an address's coins balances, I had to hit the
Even more concerning yet:
someone from the Aptos team answered me on the discord :
I'm not sure I understand but my key takeaway is that it is possible for an account to hold some APT and for the Many thanks! PS: Bonus question if someone can explain the fungible store object thing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
this page should expain the fa and fa store for getting apt balance, you can call this api https://aptos.dev/en/build/apis/fullnode-rest-api-reference#tag/accounts/GET/accounts/{address}/balance/{asset_type} |
Beta Was this translation helpful? Give feedback.
this page should expain the fa and fa store
https://aptos.dev/en/build/smart-contracts/fungible-asset
for getting apt balance, you can call this api https://aptos.dev/en/build/apis/fullnode-rest-api-reference#tag/accounts/GET/accounts/{address}/balance/{asset_type}