it seems that i need to do some extra math after i get the token price using the deep index api. this is my code.
token_price = 'https://deep-index.moralis.io/api/v2/erc20/0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE/price?chain=eth&to_block=’+str(block_number)
headers = {‘X-API-Key’: moralis_api_key}
response = requests.request(“GET”, token_price, headers=headers)
resp = response.json()
i’m trying to get the current price for SHIB. the usd price i get from the api is $1.1654369614863e-05
the price on coinmarketcap is $0.00001171