zz ( -.-) > ^ <
> command-line interface for token operations with ASCII cats
> cat makes tokens. cat trades tokens. cat does it all from your terminal.
// interactive shell with ASCII art cats • headless JSON mode • MCP server support
// automatic x402 payments • multi-network support • secure config storage
> 1. Run httpcat to start the setup wizard:
> 2. Enter your private key, network, and preferences
// cat will remember your settings in ~/.config/httpcat
> 3. Start trading! Interactive shell opens automatically
> run httpcat without arguments to enter interactive shell
// beautiful REPL with ASCII art cats and colored output
> perfect for scripting, automation, or LLM/agent integration
// add --json flag to any command for structured JSON output
$ httpcat --json create "Test Token" "TEST"
{
"success": true,
"operation": "create_token",
"data": {
"tokenId": "abc123-...",
"name": "Test Token",
"symbol": "TEST",
"status": "active"
}
}> config stored at ~/.config/httpcat/config.json
// private key, network, agent URL, preferences
> environment variables override config
> command-line flag has highest priority
# Setup $ httpcat config # Check balance $ httpcat balance # Create a token $ httpcat create "Moon Cat" "MOON" --website https://mooncat.io # Buy tokens $ httpcat buy MOON 0.20 # Check your position $ httpcat info MOON # Sell half when profitable $ httpcat sell MOON 50% # List all tokens $ httpcat list --sort mcap