• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Info updated!

sonirico / go-hyperliquid
18%

Build:
DEFAULT BRANCH: master
Repo Added 30 May 2025 11:57PM UTC
Token 0yRH2EThaJxpYOaRxPWy7Xb8lrcojM6FH regen
Build 209 Last
Files 39
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • chore/remove-name-to-coin
  • chore/types
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/akhilmhdh/contributors-readme-action-2.3.11
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.0
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.1
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.3
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.4
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.5
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.7
  • dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.8
  • dependabot/go_modules/github.com/sonirico/vago-0.10.0
  • dependabot/go_modules/github.com/sonirico/vago-0.11.4
  • dependabot/go_modules/github.com/sonirico/vago-0.7.3
  • dependabot/go_modules/github.com/sonirico/vago-0.8.1
  • dependabot/go_modules/github.com/sonirico/vago-0.9.0
  • dependabot/go_modules/github.com/sonirico/vago/lol-0.1.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/github.com/valyala/fastjson-1.6.7
  • dependabot/go_modules/gopkg.in/dnaeon/go-vcr.v4-4.0.6
  • feat/add-user-non-funding-ledger-updates
  • feat/add-vault-methods
  • feat/aggregate-by-time
  • feat/allmids
  • feat/asset-info-new-fields
  • feat/custom-client-options
  • feat/debug-mode
  • feat/export-order-types
  • feat/hip3
  • feat/notifications
  • feat/perp-dexs
  • feat/subscribe-user-fills
  • feat/user-active-asset-data
  • feat/ws-active-asset-ctx
  • feat/ws-endpoints-custom-hosts
  • feat/ws-order-updates
  • feat/ws-webdata2
  • feature/context
  • feature/create-token-details-method
  • feature/issue-18
  • feature/nonce
  • fix
  • fix/HIP3-markets-order-placing
  • fix/approve-agent-and-cloid-serialization
  • fix/bulk-modify-orders-wiring
  • fix/clearinghousestate-callback
  • fix/context
  • fix/fill-type
  • fix/generate-types
  • fix/missing-websocket-matchings
  • fix/nonce
  • fix/order-query-methods
  • fix/order-type-wire
  • fix/position-cumfunding
  • fix/remove-log
  • fix/sigfigs
  • fix/slippage-rounding
  • fix/spot-user-state
  • fix/typing-meta-info
  • fix/user-fills-subscription-type
  • fix/userfees-missing-props
  • fix/vaultaddr-response-parsing
  • fix/websocket-deadlock
  • fix/ws-candles
  • fix_orderstatusvalue
  • halt-trading-method
  • master
  • refactor/context
  • refactor/typed-modify-order-request
  • refactor/ws
  • remove-dispatch-pong-err-log
  • set-oracle
  • test/apiresponse-unmarshal
  • test/exchange-orders-cancelbycloid
  • test/meta-methods

20 Jan 2026 09:41AM UTC coverage: 17.816% (-0.008%) from 17.824%
21166661620

push

github

web-flow
feat: add custom HTTP client and WebSocket dialer options (#123)

* feat: add custom HTTP client and WebSocket dialer options

Add ClientOptHTTPClient to allow custom http.Client for Info requests.
Add WsOptDialer to allow custom websocket.Dialer for WebSocket connections.

* refactor: simplify dialer initialization in WebsocketClient.Connect

0 of 12 new or added lines in 2 files covered. (0.0%)

3365 of 18887 relevant lines covered (17.82%)

278.53 hits per line

Relevant lines Covered
Build:
Build:
18887 RELEVANT LINES 3365 COVERED LINES
278.53 HITS PER LINE
Source Files on master
  • Tree
  • List 39
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21166661620 master feat: add custom HTTP client and WebSocket dialer options (#123) * feat: add custom HTTP client and WebSocket dialer options Add ClientOptHTTPClient to allow custom http.Client for Info requests. Add WsOptDialer to allow custom websocket.Dialer ... push 20 Jan 2026 09:42AM UTC web-flow github
17.82
21157591133 feat/custom-client-options Merge d383bc892 into 7b0c7434c Pull #123 20 Jan 2026 02:41AM UTC web-flow github
17.82
21157543983 feat/custom-client-options Merge 635095b57 into 7b0c7434c Pull #123 20 Jan 2026 02:38AM UTC web-flow github
17.82
21135527315 master deps(deps): bump github.com/ethereum/go-ethereum from 1.16.7 to 1.16.8 (#122) Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.16.7 to 1.16.8. - [Release notes](https://github.com/ethereum/go-ethereum/releas... push 19 Jan 2026 11:21AM UTC web-flow github
17.82
21134545468 dependabot/go_modules/github.com/ethereum/go-ethereum-1.16.8 Merge 86122ed2a into 3a9b7241b Pull #122 19 Jan 2026 10:48AM UTC web-flow github
17.82
21063563155 master feat: add UserNonFundingLedgerUpdates API endpoint (#121) Add support for querying user non-funding ledger updates with time range parameters. This includes the UserNonFundingLedgerUpdates method and related types LedgerDelta. push 16 Jan 2026 10:29AM UTC web-flow github
17.82
21063312846 feat/add-user-non-funding-ledger-updates Merge aee06bb58 into 9d861662b Pull #121 16 Jan 2026 10:20AM UTC web-flow github
17.82
20950804250 master feat: add aggregateByTime parameter to UserFills function (#117) * feat: add aggregateByTime parameter to UserFills function * refactor: use UserFillsParams struct for UserFills function * chore: regenerate types_easyjson.go for UserFillsParams push 13 Jan 2026 09:03AM UTC web-flow github
18.0
20941447450 fix Merge 59a4de04c into b0fdc84d7 Pull #117 13 Jan 2026 01:41AM UTC web-flow github
18.0
20827720322 master add `perpDexs` argument in `NewInfo` and `NewExchange` function (#120) * feat: add `perpDexs` argument in `NewInfo` and `NewExchange` function * fix: `nil dereference in store` bug push 08 Jan 2026 06:39PM UTC web-flow github
18.07
See All Builds (209)

Badge your Repo: go-hyperliquid

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc