秋田预测市场 · Discord 审计

社区推荐S3存档与GoldRush API获取历史数据

2026-07-14 · Hyperliquid · 15 条相关讨论

Cryptoaddict31x 2026-07-14 01:40:32

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? 🙏

Prometheus 2026-07-14 05:27:38

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

LK 2026-07-14 09:36:01

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?

dinesh 2026-07-14 14:18:29

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`

dinesh 2026-07-14 14:20:52

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

Cryptoaddict31x 2026-07-14 15:34:25

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?

dinesh 2026-07-14 16:11:53

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

Kovdaniel 2026-07-14 16:41:25

Well it is probably still cheaper than having an RPC XD

Well it is probably still cheaper than having an RPC XD

dinesh 2026-07-14 17:43:55

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/

dinesh 2026-07-14 17:44:51

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

merano82 2026-07-14 17:48:30

Tnx for sharing mate.. I will check 🙏

Tnx for sharing mate.. I will check 🙏

merano82 2026-07-14 17:51:41

What is S3? Where to get it?... So thanks

What is S3? Where to get it?... So thanks

_jay.gee 2026-07-14 18:16:56

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

routinedisrupted 2026-07-14 18:34:42

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

dinesh 2026-07-14 18:51:40

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/