polyte-cli 0.1.0

CLI tool for querying Polymarket Gamma API
polyte-cli-0.1.0 is not a library.

polyte-cli

CLI tool for querying Polymarket APIs.

[!NOTE] Only Gamma API is supported as of now

Installation

cargo install polyte-cli

Usage

polyte <API> <COMMAND> [OPTIONS]

Gamma API

Query market data from the Gamma API.

Markets

# List markets
polyte gamma markets list --limit 10 --active true

# Get a market by condition ID
polyte gamma markets get <CONDITION_ID>

Display all supported features

polyte gamma --help

License

This project is licensed under the MIT License.