coins_tickers

Macro coins_tickers 

Source
macro_rules! coins_tickers {
    ($id: expr) => { ... };
    ($id: expr,
    $exchange_ids: expr) => { ... };
    ($id: expr,
    $exchange_ids: expr,
    $include_exchange_logo: expr) => { ... };
    ($id: expr,
    $exchange_ids: expr,
    $include_exchange_logo: expr,
    $page: expr) => { ... };
    ($id: expr,
    $exchange_ids: expr,
    $include_exchange_logo: expr,
    $page: expr,
    $order: expr) => { ... };
    ($id: expr,
    $exchange_ids: expr,
    $include_exchange_logo: expr,
    $page: expr,
    $order: expr,
    $depth: expr) => { ... };
}
Expand description

Get coin tickers (paginated to 100 items)

Equivalent to the crate::coins::tickers function.

ยงExamples

rust_gecko::coins_tickers!("bitcoin");