Upcoming RPC Update: Migrate to octra_tokensByAddress
An upcoming RPC optimization introducing octra_tokensByAddress for significantly faster token balance retrieval.
Upcoming RPC Update: Migrate to octra_tokensByAddress
The Octra developer team has introduced a new RPC call named octra_tokensByAddress, designed to dramatically improve token retrieval performance across applications and wallets.
Why This Update Matters
Previously, fetching token balances required multiple RPC calls in sequence:
octra_listprogramsoctra_programstorage(symbol)octra_programcall(balance_of)- Fetching token
nameanddecimalsfor each program
This flow could take up to 30 seconds in some cases.
With the new implementation:
octra_tokensByAddress