ccxt-prediction 4.5.78

CCXT – CryptoCurrency eXchange Trading Library (Rust) – typed prediction-market API
docs.rs failed to build ccxt-prediction-4.5.78
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

ccxt-prediction

Typed prediction-market API for CCXT in Rust — Kalshi, Polymarket, Limitless, Myriad and others.

use ccxt::Params;
use ccxt_prediction::Kalshi;

let mut exchange = Kalshi::new(None);
exchange.load_markets(false).await;

let ticker = exchange.fetch_ticker("KXBTCD", Params::none()).await?;

For spot/derivatives exchanges see ccxt; for WebSocket support see ccxt-pro.

Documentation: https://docs.ccxt.com · Manual: https://github.com/ccxt/ccxt/wiki