Token info url is changed to https
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
parent
ce4d3eb88a
commit
95639d1bf2
|
@ -7,5 +7,5 @@ def get_ethereum_price_in_usd() -> float:
|
|||
|
||||
|
||||
def get_token_info(address: str):
|
||||
url = 'http://api.ethplorer.io/getTokenInfo/%s?apiKey=freekey' % address
|
||||
url = 'https://api.ethplorer.io/getTokenInfo/%s?apiKey=freekey' % address
|
||||
return requests.request('GET', url).json()
|
||||
|
|
Loading…
Reference in New Issue