We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coins tab currently shows coins that the account owns. It should also show FAs
Ex. https://explorer.aptoslabs.com/account/0xa77082fb614041238be116fd57ef0f55a8150c87fe1547afbb9523ecedca7b49/coins?network=mainnet
Only shows APT but when querying GraphQL
query MyQuery { current_fungible_asset_balances(where: {owner_address: {_eq: "0xa77082fb614041238be116fd57ef0f55a8150c87fe1547afbb9523ecedca7b49"}}) { owner_address amount asset_type } }
There are 2 more assets
see above
#906
The text was updated successfully, but these errors were encountered:
Please use the tab to show hidden coins
Sorry, something went wrong.
No branches or pull requests
🚀 Feature Request Description
Coins tab currently shows coins that the account owns. It should also show FAs
Ex. https://explorer.aptoslabs.com/account/0xa77082fb614041238be116fd57ef0f55a8150c87fe1547afbb9523ecedca7b49/coins?network=mainnet
Only shows APT but when querying GraphQL
There are 2 more assets
Expected Behavior
see above
Additional context
#906
The text was updated successfully, but these errors were encountered: