Function getMarketDepth

  • Get the current market depth for a particular symbol.

    Parameters

    • auth: Authorization

      authorization {appId, accessToken}

    • symbol: string

      symbol name

    Returns Promise<MarketDepth>

    market depth {bidQuantity, askQuantity, bids, ...}

Generated using TypeDoc