Skip to content

Commit

Permalink
Merge pull request man-c#20 from mfiro/update_Readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
man-c authored Oct 2, 2020
2 parents 1b0ff85 + 25fecdb commit 5ffbf1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ffbf1f

Please sign in to comment.