`CCXT Pro <https://ccxt.pro>`__
===============================

-  `Install <ccxt.pro.install>`__
-  `User Manual <ccxt.pro.manual>`__

   -  `Architecture Overview <ccxt.pro.manual#overview>`__
   -  `Prerequisites <ccxt.pro.manual#prerequisites>`__
   -  `Streaming Specifics <ccxt.pro.manual#streaming-specifics>`__
   -  `Linking <ccxt.pro.manual#linking>`__
   -  `Instantiation <ccxt.pro.manual#instantiation>`__
   -  `Exchange Properties <ccxt.pro.manual#exchange-properties>`__
   -  `Unified API <ccxt.pro.manual#unified-api>`__

      -  `Public Methods <ccxt.pro.manual#public-methods>`__

         -  `Market Data <ccxt.pro.manual#market-data>`__

            -  ```watchOrderBook (symbol, limit, params)`` <ccxt.pro.manual#watchOrderBook>`__
            -  ```watchTicker (symbol, limit, params)`` <ccxt.pro.manual#watchTicker>`__
            -  ```watchTickers (symbols, params)`` <ccxt.pro.manual#watchTickers>`__ wip
            -  ```watchOHLCV (symbol, timeframe, since, limit, params)`` <ccxt.pro.manual#watchOHLCV>`__
            -  ```watchTrades (symbol, since, limit, params)`` <ccxt.pro.manual#watchTrades>`__

      -  `Private Methods <ccxt.pro.manual#private-methods>`__

         -  `Authentication <ccxt.pro.manual#authentication>`__
         -  `Trading <ccxt.pro.manual#trading>`__

            -  ```watchBalance (params)`` <ccxt.pro.manual#watchBalance>`__
            -  ```watchOrders (symbol, since, limit, params)`` <ccxt.pro.manual#watchOrders>`__ wip
            -  ```watchCreateOrder (symbol, type, side, amount, price, params)`` <ccxt.pro.manual#watchCreateOrder>`__ wip
            -  ```watchCancelOrder (id, symbol, params)`` <ccxt.pro.manual#watchCancelOrder>`__ wip
            -  ```watchMyTrades (symbol, since, limit, params)`` <https://github.com/ccxt-dev/ccxt/wiki/ccxt.pro/Manual#watchMyTrades>`__ wip

         -  `Funding <ccxt.pro.manual#funding>`__ wip

            -  `Deposit <https://github.com/ccxt/ccxt/wiki/Manual#deposit>`__
            -  `Withdraw <https://github.com/ccxt/ccxt/wiki/Manual#withdraw>`__
            -  ```watchTransactions (code, since, limit, params)`` <https://github.com/ccxt/ccxt/wiki/Manual#watchTransactions>`__

-  `Error Handling <ccxt.pro.manual#error-handling>`__
-  `Troubleshooting <https://github.com/ccxt/ccxt/wiki/Manual#troubleshooting>`__
-  `How To Submit An Issue <https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-submit-an-issue>`__
-  `Usage Examples <https://github.com/ccxt/ccxt/tree/master/examples>`__ wip
