Workflow
RPC method
icon
Search documents
X @mert | helius.dev
mert | helius.dev· 2025-10-29 00:23
RT nick | helius.dev (@nick_pennie)earlier today @heliuslabs launched a new RPC method, getTransactionsForAddress (gTFA)let's talk about how it works under the hoodsolana transactions typically reference 6-10 accounts (up to ~256)when you query "get me the history of account X", you are asking the RPC to scan transactions and find the ones that include X in their list of accountsthis is essentially trying to find a needle in a haystackyou can't simply add a standard index on the "accounts" array at scale – ...
X @mert | helius.dev
mert | helius.dev· 2025-10-18 00:56
RT Het Dagli (@daglihet)paginating through all Pump token creation events in under 50 lines of codethis uses a new RPC method getTransactionsForAddress, from @heliuslabs that'll massively simplify indexing on Solana (you can also run it in reverse)get ready, shipping szn begins now https://t.co/d2JLlyNCBb ...