alpha-wallet-ios
alpha-wallet-ios copied to clipboard
Floor price is often 0.0000 ETH for NFTs sourced from OpenSea
Could be rate limit? But the other data show up.
Yes, that is because of rate limited
@oa-s but the other data in this screen always show up, or are they stored separately? If they are stored, can they be stored together?
there was a problem with passing its value bettwen screens, so when this screen opens, we make a new request to fetch price again
In that case, can we store it together with the rest of the token's data, in the balance JSON.
the problem with this issue is that there is separate requests needed to get stats. When we loading assets list, it contains stats for each asset, also we need to send one more request to get collection stats. And that might cause trottle issue
Ok, let's leave this for a bit, we might change how it works with #4918
ok, got it