crypto-candlesticks-rust 0.1.5

Download candlestick data fast & easy for analysis
1
2
3
4
5
6
//! List of current available base pairs in Bitfinex.

/// "USD", "UST", "EUR", "CNHT", "GBP", "JPY", "DAI", "BTC", "EOS", "ETH", "XCH", "USTF0"
pub const LIST_OF_CURRENCY: [&str; 12] = [
    "USD", "UST", "EUR", "CNHT", "GBP", "JPY", "DAI", "BTC", "EOS", "ETH", "XCH", "USTF0",
];