This is a small Go test project for interacting with hyperliquid.
At present, live candles can streamed via websocket and saved to a local json database.
go test ./... // not all present yet!go build./hyperliquid -stream=candles -coin=<coin> -interval=<1m|5m|15m|1h>
// (defaults)
// stream: candles
// coin: xyz:SP500
// interval: 5m