#cryptocurrency #blockchain #trading

bin+lib crypto-markets

Fetch trading markets from a cryptocurrency exchange

90 releases (42 stable)

1.3.11 Mar 19, 2023
1.3.10 Oct 31, 2022
1.3.8 Sep 6, 2022
1.3.3 Jul 19, 2022
0.1.4 Dec 30, 2020

#115 in #trading

Download history 61/week @ 2024-12-09 55/week @ 2024-12-16 43/week @ 2024-12-23 28/week @ 2024-12-30 48/week @ 2025-01-06 53/week @ 2025-01-13 52/week @ 2025-01-20 44/week @ 2025-01-27 72/week @ 2025-02-03 63/week @ 2025-02-10 63/week @ 2025-02-17 54/week @ 2025-02-24 66/week @ 2025-03-03 53/week @ 2025-03-10 57/week @ 2025-03-17 49/week @ 2025-03-24

234 downloads per month
Used in 2 crates (via crypto-crawler)

Apache-2.0

190KB
5K SLoC

crypto-markets

Fetch trading markets from a cryptocurrency exchange.

Example

use crypto_markets::{fetch_markets, MarketType};

fn main() {
    let markets = fetch_markets("Binance", MarketType::Spot).unwrap();
    println!("{}", serde_json::to_string_pretty(&markets).unwrap())
}

Dependencies

~5–17MB
~242K SLoC