Update README.rst

Got the formatting in order
This commit is contained in:
GenusGeoff
2021-03-01 20:14:27 -05:00
committed by GitHub
parent 57514cd637
commit 5ec3dcea3b

View File

@@ -160,6 +160,8 @@ day on 12-31 of each year. The intraday frequencies are specified using an inte
.. code-block:: python
# You can obtain cryptocurrency metadata using the following method.
# NOTE: Crypto symbol MUST be encapsulated in brackets as a Python list!
client.get_crypto_metadata(['BTCUSD'], fmt='json')
#You can obtain top-of-book cryptocurrency quotes from the ``get_crypto_top_of_book()`` method.