Sabitlenmiş Tweet
Helius
3.1K posts

Helius
@Helius
The API for internet finance. Solana RPCs, APIs, HFT infra, and data. Discord: https://t.co/TVc0YoxbEg
helius.dev Katılım Haziran 2022
137 Takip Edilen72.5K Takipçiler
Helius retweetledi

I just built an advanced forensics terminal powered by getTransfersByAddress.
It identifies rings of connected wallets and displays the assets transferred between them. Instead of clicking through tables of transactions, I can just query thousands of transfers instantly.
These are the connected wallets who made over 4,000 SOL off of a memecoin a few days ago. I tracked where the funds went.
English

Install the Helius Claude Code plugin:
claude plugin install helius @claude-plugins-official
Helius MCP and CLI support coming soon
Docs here:
helius.dev/docs/agents/cl…
English

The @JupiterExchange skill for Helius is live
Build high-performance apps, from trading terminals to prediction markets, using any of Jupiter’s APIs combined with our RPCs and trading infra
Now available in our official Claude Code plugin
English
Helius retweetledi

this seems to be one of the most loved things we've ever released on Solana
every transfer on solana, indexed and exposed through flexible params (time-based, amount-based, token-based etc)
flows, analytics, accounting, and stables with 50x less code and 10x lower latency
Helius@Helius
Introducing getTransfersByAddress A new Helius RPC method that returns parsed token and SOL transfer history for any wallet in 1 call - Filter by mint, amt, time, direction, counterparty - Cover token-2022 fees, wSOL wrap/unwrap event edge cases - Cursor pagination, 100/call
English
Helius retweetledi

Colosseum Frontier Workshops by @SuperteamBlack: Office Hours w/ @mert from @helius x.com/i/broadcasts/1…
English
Helius retweetledi

THE moment is here
Thursday, 2pm (BRT) @mert from @helius lands on our stage
We’re talking:
• What @solana still needs
• What’s coming next
• And why he’s still ultra bullish
Final sprint to @colosseum starts now
And the Brazilian storm is not slowing down
ACCELERATE 🇧🇷

English
Helius retweetledi

Less than 1 week left in the @colosseum Frontier Hackathon
We're hosting office hours with @mert from @helius this Wednesday at 5PM UTC to answer your questions about building products on Solana
Get unstuck, validate decisions, and move faster

English

getTransfersByAddress is available on Developer plan and above
50 credits per request, and works with your existing RPC URL
Docs here:
helius.dev/docs/api-refer…
English
Helius retweetledi
Helius retweetledi

the value prop of getTransactionsForAddress (gTFA) is NOT the historical data – you can get that from RocksDB snapshots already
gTFA is an index
it's purpose is reduce dev time, reduce on-call work, and get your product to market faster
let's say you want wallet token history for a specific month
with raw data, you need to:
1. resolve the time range to epochs
2. fetch the 1B+ txs for those epochs
3. deserialize every tx
3. track ATA ownership
4. filter out unmatched txs (99%+)
5. parse & aggregate remaining transactions
that ends up being too slow for a single query – so you have to build a data pipeline, storage layer, and API
gTFA does this with a single query in under 50ms!
English


