crypto-pair

Get all trading pairs of a cryptocurrency exchange.

Usage

```rust use cryptopair::fetchmarkets;

fn main() { asserteq!(Some("BTCUSD".tostring()), normalizepair("XBTH21", "BitMEX")); } ```