beethovenxfi / beethovenx-backend

MIT License
13 stars 15 forks source link

add currency rate exchange endpoint #548

Open franzns opened 11 months ago

franzns commented 11 months ago

we would like to be able to switch currencies and the frontend wants to pull exchange rates from the api. We need to query and store exchange rate for an external provider and offer a query endpoint

franzns commented 11 months ago

https://github.com/balancer/frontend-v3/blob/main/lib/shared/utils/currencies.ts#L31-L43