# crypto-pair
[](https://github.com/soulmachine/crypto-crawler-rs/actions?query=branch%3Amaster)
[](https://crates.io/crates/crypto-pair)
[](https://docs.rs/crypto-pair)
==========
Get all trading pairs of a cryptocurrency exchange.
## Usage
```rust
use crypto_pair::fetch_markets;
fn main() {
assert_eq!(Some("BTC_USD".to_string()), normalize_pair("XBTH21", "BitMEX"));
}
```