30
๐ We just made our token API 25% faster by using Helius! ๐กโก
This means quicker token lookups on web + mobile ๐ฅ
By calling the getAssetsByOwner endpoint from Helius, we eliminate 3 waterfall API requests. Waterfall patterns are usually prone to slow performance because you need to sequentially finish each request before starting the next one.
Using getAssetsByOwner sped up backend latency by 25%!