mirror of
https://github.com/wassname/libcryptomarket.git
synced 2026-09-09 11:25:52 +08:00
update cryptocompare coinlist api
This commit is contained in:
@@ -51,7 +51,7 @@ class CryptocompareHisto:
|
||||
def get_coinlist():
|
||||
"""Return general info for all coins available.
|
||||
"""
|
||||
url = API_URL + "coinlist"
|
||||
url = API_URL + "all/coinlist"
|
||||
|
||||
return requests.get(url).json()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user