Trade crypto, chat with AI, manage portfolios — from your terminal. Built for developers and AI agents.
curl -fsSL https://api.fereai.xyz/install.sh | sh
or: pip install fere-cli · v0.2.3
Script swaps, automate research, pipe JSON into your tools. Integrates with any shell workflow or CI/CD pipeline.
Machine-readable --json output, non-interactive mode, clean exit codes. Built for agentic tool-use.
Swap, limit orders, stop-loss hooks, yield earning — everything the SDK offers, from your terminal.
| Command | Description |
|---|---|
fere auth | Authenticate and register a new agent |
fere whoami | Show agent identity and wallets |
fere credits | Check credit balance |
fere claim-daily | Claim daily credits bonus |
fere chat "query" | One-shot chat with AI agent |
fere chat | Interactive chat REPL |
fere chat --stream | Stream response events live |
fere threads | List recent chat threads |
fere swap | Execute a token swap |
fere limit-order create | Create a limit order |
fere limit-order list | List limit orders |
fere limit-order cancel ID | Cancel a limit order |
fere hooks set | Set stop-loss / take-profit |
fere wallets | Show wallet addresses |
fere holdings | Show token holdings |
fere notifications | Show notifications |
fere earn info | Show APY and vault details |
fere earn deposit | Deposit USDC |
fere earn withdraw | Withdraw USDC |
fere earn positions | Show yield positions |
fere chains | List supported blockchains |
fere status | Check API connectivity |
fere config | Show / edit CLI config |
| Flag | Env Var | Description |
|---|---|---|
--json | — | Machine-readable JSON output |
--quiet | — | Minimal output (key value only) |
--agent NAME | FERE_AGENT_NAME | Agent name override |
--base-url URL | FERE_BASE_URL | API base URL override |