When i try to get my token price I get 500 status response
Chain Avalanche , Exchange Pangolin , Token address :0x9f3Bb52E7C0dFFb22A1C7dE57EBA474B55ccB220
Please help
When i try to get my token price I get 500 status response
Chain Avalanche , Exchange Pangolin , Token address :0x9f3Bb52E7C0dFFb22A1C7dE57EBA474B55ccB220
Please help
it may be because we are not processing that particular exchange on avalanche, we are processing data only from a limited number of exchanges
It worked until today from that exchange .
const options = {
address: [‘0x9f3Bb52E7C0dFFb22A1C7dE57EBA474B55ccB220’],
chain: ‘avalanche’,
exchange: ‘Pangolin’,
}
const price = await Moralis.Web3API.token.getTokenPrice(options)
Like this
ok, we’ll have to check more in this case, thanks for reporting
it should be fixed now
Yes it is , Thank you.