Currency converter

The API endpoint below displays a USD price. It would be nice if it was possible to get other currency prices.

https://deep-index.moralis.io/api/v2/erc20/xxxx/price?chain=bsc

Quite easy to make a currency converter by yourself.

Example:
https://25ckuntaldas.medium.com/creating-a-currency-converter-with-pure-javascript-with-fetch-api-52622aab7879

1 Like

I use everything with Python but used now:

but would be a nice Feature all inside Moralis API

Sorry to say that but I don’t think it will get implemented as USD is the main currency and the whole world is sticking to it.

And to be honest it is too simple to do this yourself^^

Yeah, I see your point and indeed it’s easy ofcourse. Was just maybe nice :slight_smile: