Function wex::depth [] [src]

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

This method provides the information about active orders on the pair.

Arguments

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