Polyte
Rust client for Polymarket APIs.
More information about this crate can be found in the crate documentation.
Installation
cargo add polyte
Or install individual APIs:
# Market data only
cargo add polyte --no-default-features --features gamma
# Trading only
cargo add polyte --no-default-features --features clob
# Data API only
cargo add polyte --no-default-features --features data
Usage
use *;
async
License
This project is licensed under the MIT License.