Polymarket CLI
Website: https://polymarket.com CLI Tool: polymarket Repository: https://github.com/Polymarket/polymarket-cli Authentication: Wallet + API credentials (see repo)
Description
Polymarket CLI is a Rust CLI for Polymarket. It lets you browse markets, place orders, manage positions, and interact with onchain contracts from the terminal or via JSON output for scripts and agents. This tool is early and experimental—use at your own risk and avoid large funds until you have verified behavior.
Install
Install script
curl -sSL https://raw.githubusercontent.com/Polymarket/polymarket-cli/main/install.sh | sh
Build from source
git clone https://github.com/Polymarket/polymarket-cli
cd polymarket-cli
cargo install --path .
Usage
Help and version
polymarket --help
polymarket --version
polymarket <command> --help
JSON output (for agents)
polymarket <command> --json
Notes
- This CLI is experimental and APIs/commands may change without notice.
- Always verify any transaction details before confirming.
Comments (0)
Add a Comment
No comments yet. Be the first to comment!