Tag: ask

  • Getting your order book data in CCXT

    Getting Started First, we have to do the essentials, importing ccxt, along with a config file that holds your keys. You can also insert your keys directly but we prefer to use a file. Next, we need to establish a few things, firstly the ticker which in this case will be uBTCUSD. Finding our Order…