Get all trading pairs of a cryptocurrency exchange.
use crypto_pair::fetch_markets; fn main() { assert_eq!(Some("BTC_USD".to_string()), normalize_pair("XBTH21", "BitMEX")); }