Get all trading pairs of a cryptocurrency exchange.
```rust use cryptopair::fetchmarkets;
fn main() { asserteq!(Some("BTCUSD".tostring()), normalizepair("XBTH21", "BitMEX")); } ```