4626.fun CLI

4626.fun CLI

The official 4626.fun command-line client is the 4626 package on npm. It wraps public GET endpoints only. It does not send transactions, rotate owners, or call admin routes. Use it when an agent or developer needs a scriptable 4626.fun client without generating an HTTP integration from scratch.

Install and commands

Runnpx 4626 --help
Installnpm install -g 4626
specPrint the OpenAPI document from https://4626.fun/openapi.json.
vaultnpx 4626 vault <address> --json fetches a vault report.
exploreLists public explore vaults.
healthCalls /api/health.

Notes

Pass --origin to point at a non-production host. The package homepage is this page. Source lives in the 4626.fun repository under frontend/packages/cli. Related: API docs and MCP server.