[SOLVED] Avalanche/Pangolin returns 500

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

1 Like

it should be fixed now

1 Like

Yes it is , Thank you.

1 Like