You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the only way to filter assets policies (FT and NFT) is by using the total_supply, if we want to filter account assets we need to do a call to asset_info for each asset, so for a wallet with 100 assets_info we need 100 calls, this lot of network requests.
is there a possibility to add total_supply to account_assets and address_assets?
The CIP-0067 gives the possibility to classify the asset from the name but it's not adopted yet ;-)
The text was updated successfully, but these errors were encountered:
HT-Moh
changed the title
Add total_suppy field on account assets.
Add total_suppy field on account assets and address assets.
Oct 24, 2022
rdlrt
transferred this issue from cardano-community/guild-operators
Oct 26, 2022
Asset cache table should include the following fields:
asset_id, total_supply, first_mint_tx_id, first_mint_keys, last_mint_tx_id, last_mint_keys, decimals
At the moment the only way to filter assets policies (FT and NFT) is by using the
total_supply
, if we want to filter account assets we need to do a call toasset_info
for each asset, so for a wallet with 100assets_info
we need 100 calls, this lot of network requests.is there a possibility to add total_supply to
account_assets
andaddress_assets
?The CIP-0067 gives the possibility to classify the asset from the name but it's not adopted yet ;-)
The text was updated successfully, but these errors were encountered: