Crypto Prices Lib

Docs

Crate pubshlied here Docs are available here

Example

A example for getting the price of Ergo against Bitcoin

rust let price: Option<f64> = get_price("ergo", "bitcoin"); println!("{:?}", price);

The result

Some(0.00009592777203047117)