hey there i am getting a bad request when using the moralis api. 1 week ago it worked all fine and i didnt change a single line of code.
this.requestOptions.headers["X-API-KEY"] = MoralisAPI;
const result = await fetch(`https://deep-index.moralis.io/api/v2/erc20/${contract}/price`, requestOptions)
.then(resp => resp.json());
https://deep-index.moralis.io/api/v2/erc20/0xdac17f958d2ee523a2206206994597c13d831ec7/price
[HTTP/2 400 Bad Request 684ms]
Object { message: "No pools found with enough liquidity, to calculate the price" }