Hey,
Anyone successfully using eth_getLogs on the public HyperEVM RPC?
Getting errors when trying to query logs from 0x3333...3333 (CoreWriter)
Is there an archival RPC available or another way
to detect CoreWriter interactions? 🙏
Hey,
Anyone successfully using eth_getLogs on the public HyperEVM RPC?
Getting errors when trying to query logs from 0x3333...3333 (CoreWriter)
Is there an archival RPC available or another way
to detect CoreWriter interactions? 🙏
the official rpc that gets served from the hl-node is just a basic query layer without historical querying past something like the last 50 blocks iirc, for a true evm rpc experience you need to find an rpc running an archive node with nanoreth
the official rpc that gets served from the hl-node is just a basic query layer without historical querying past something like the last 50 blocks iirc, for a true evm rpc experience you need to find an rpc running an archive node with nanoreth
Hey everyone, I am building on hyperliquid and wondering when do you guys publish the builder_fills lz4 files for both mainnet and testnet?
Hey everyone, I am building on hyperliquid and wondering when do you guys publish the builder_fills lz4 files for both mainnet and testnet?
Gm, GoldRush indexes HyperEVM from genesis and supports historical decoded logs without needing an archival RPC. you can query CoreWriter interactions through the transactions/log events APIs here
happy to help map the exact endpoint for `0x3333...3333`
Gm, GoldRush indexes HyperEVM from genesis and supports historical decoded logs without needing an archival RPC. you can query CoreWriter interactions through the transactions/log events APIs here
happy to help map the exact endpoint for `0x3333...3333`
Gm! if you're building on Hyperliquid, GoldRush can help here too. we index Hyperliquid data from genesis, so you don't have to wait for daily builder_fills lz4 dumps if your use case is querying builder activity. what latency/freshness are you targeting? happy to point you to the right endpoint
Gm! if you're building on Hyperliquid, GoldRush can help here too. we index Hyperliquid data from genesis, so you don't have to wait for daily builder_fills lz4 dumps if your use case is querying builder activity. what latency/freshness are you targeting? happy to point you to the right endpoint
Thanks a lot for the info 🙏
I'm building a free read-only Hyperliquid wallet analyzer and trying to detect CoreWriter interactions per wallet address.
Would love your help mapping the exact endpoint for 0x3333...3333 to check if a specific wallet has ever interacted with CoreWriter.
Is there a free tier available?
Thanks a lot for the info 🙏
I'm building a free read-only Hyperliquid wallet analyzer and trying to detect CoreWriter interactions per wallet address.
Would love your help mapping the exact endpoint for 0x3333...3333 to check if a specific wallet has ever interacted with CoreWriter.
Is there a free tier available?
yes we do have 14 days of free trial please check goldrush.dev/pricing
yes we do have 14 days of free trial please check goldrush.dev/pricing
Well it is probably still cheaper than having an RPC XD
Well it is probably still cheaper than having an RPC XD
if you're looking for an API instead of managing the S3 backfill yourself, GoldRush exposes historical Hyperliquid OHLC data via REST, so you don't need to ingest and maintain the archive yourself check docs: goldrush.dev/docs/goldrush-hyperliquid/
if you're looking for an API instead of managing the S3 backfill yourself, GoldRush exposes historical Hyperliquid OHLC data via REST, so you don't need to ingest and maintain the archive yourself check docs: goldrush.dev/docs/goldrush-hyperliquid/
if anyone is building dashboards, bots, analytics or research tools on Hyperliquid, we recently launched Hyperliquid APIs on GoldRush with historical OHLC, trades, funding, open interest, liquidations and more. happy to help if anyone is building something
if anyone is building dashboards, bots, analytics or research tools on Hyperliquid, we recently launched Hyperliquid APIs on GoldRush with historical OHLC, trades, funding, open interest, liquidations and more. happy to help if anyone is building something
Tnx for sharing mate.. I will check 🙏
Tnx for sharing mate.. I will check 🙏
What is S3? Where to get it?... So thanks
What is S3? Where to get it?... So thanks
You can refer to the Docs here https://hyperliquid.gitbook.io/hyperliquid-docs/historical-data or see if one of these tools work well for you https://hyperliquid.gitbook.io/hyperliquid-docs/builder-tools/hypercore-tools#indexing
You can refer to the Docs here https://hyperliquid.gitbook.io/hyperliquid-docs/historical-data or see if one of these tools work well for you https://hyperliquid.gitbook.io/hyperliquid-docs/builder-tools/hypercore-tools#indexing
fyi we maintain a full and free Hyperliquid S3 archive which includes candles from August 2025, as well as complete data on trades, orderbooks, etc. No signup or API key required, just need your AWS creds
reservoir dot hydromancer dot xyz
can get all candles from there, can compile any candle timeframe from 1s candles
fyi we maintain a full and free Hyperliquid S3 archive which includes candles from August 2025, as well as complete data on trades, orderbooks, etc. No signup or API key required, just need your AWS creds
reservoir dot hydromancer dot xyz
can get all candles from there, can compile any candle timeframe from 1s candles
if you'd rather skip downloading and processing lz4 files yourself, GoldRush exposes historical Hyperliquid data through REST APIs instead: goldrush.dev/docs/goldrush-hyperliquid/
if you'd rather skip downloading and processing lz4 files yourself, GoldRush exposes historical Hyperliquid data through REST APIs instead: goldrush.dev/docs/goldrush-hyperliquid/