From 25fecdbe71481d8bb27aceb649c14af87d5c460e Mon Sep 17 00:00:00 2001 From: Mohammadreza <51599115+mfiro@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:27:35 +0200 Subject: [PATCH] Update README.md - Added cg.get_coing_ohlc_by_id() description --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ab3354..c1e9a4f 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,10 @@ https://www.coingecko.com/api/docs/v3 ```python cg.get_coin_status_updates_by_id() ``` + - **/coins/{id}/ohlc** (Get coin's OHLC (beta)) + ```python + cg.get_coin_ohlc_by_id() + ``` - *contract* - **/coins/{id}/contract/{contract_address}** (Get coin info from contract address) ```python