Issue with Get ERC20 token price endpoint

Hi, all was working fine few hours ago but now for the tokens that this endpoint was fetching data for its no longer fetching it. I am attaching the results for the tokens i found this endpoint to not be working anymore, maybe there is a quick fix.

{
  "tokenName": "",
  "tokenSymbol": "",
  "tokenLogo": null,
  "tokenDecimals": null,
  "nativePrice": {
    "value": "NaN",
    "decimals": 18,
    "name": "Ether",
    "symbol": "ETH",
    "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
  },
  "usdPrice": null,
  "usdPriceFormatted": "NaN",
  "exchangeAddress": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
  "exchangeName": "Uniswap v2",
  "tokenAddress": "0x9b538e056a22cd46ecfc5b7433d17fb92d891b98"
}
{
  "tokenName": "",
  "tokenSymbol": "",
  "tokenLogo": null,
  "tokenDecimals": null,
  "nativePrice": {
    "value": "NaN",
    "decimals": 18,
    "name": "Ether",
    "symbol": "ETH",
    "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"
  },
  "usdPrice": null,
  "usdPriceFormatted": "NaN",
  "exchangeAddress": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f",
  "exchangeName": "Uniswap v2",
  "tokenAddress": "0x586a7cfe21e55ec0e24f0bfb118f77fe4ca87bab"
}

I’ll send this to the team

1 Like