Function wex::trades[][src]

pub fn trades(pair: &str, limit: Option<u32>) -> Result<PublicTrades, String>

This method provides the information about the last trades.

Arguments

  • pair - A string of market pairs.
  • limit - Which indicates how many orders should be displayed (150 by default).