From 5ec3dcea3ba2f2f7d503dac974c6a95ccc66738e Mon Sep 17 00:00:00 2001 From: GenusGeoff <58801792+GenusGeoff@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:14:27 -0500 Subject: [PATCH] Update README.rst Got the formatting in order --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index f6d2405..4336521 100644 --- a/README.rst +++ b/README.rst @@ -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.