r44-0.1.0 is not a library.
r44
Relay44 CLI — prediction markets from the terminal.
Browse markets, place orders, manage agents, and trade across Polymarket, Limitless, and relay44's native venue from one unified tool.
Install
Or build from source:
# binary at target/release/r44
Quick start
# guided setup
# browse markets
# inspect a market
# authenticate
# trade
# agents
# wallet
# interactive mode
Output formats
Default output is a styled table. Use --output json (or R44_OUTPUT=json) for machine-readable output — ideal for piping to jq or consuming from scripts and agents.
|
Environment variables
| Variable | Description |
|---|---|
R44_API_URL |
API base URL (default: relay44 production) |
R44_ACCESS_TOKEN |
JWT token (overrides stored config) |
R44_OUTPUT |
Output format: table or json |
R44_QUIET |
Suppress non-essential output |
R44_WALLET |
Solana wallet address for login |
R44_PRIVATE_KEY |
Ed25519 private key for agent login |
Shell completions
# bash
# zsh
# fish
License
Apache-2.0