hypha-dao / treasury-service

Web service(s) used to query information from Hypha treasuries
2 stars 0 forks source link

Pricing service #5

Open mgravitt opened 3 years ago

mgravitt commented 3 years ago

We can use coingecko for the pricing service, which is very easy to use. We need to work with Mark to determine exactly how this should work. For example, do we need the price as of the time of the transaction for each one or can we use daily averages, etc?

curl -X GET "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin%2Cethereum%2CEOS&vs_currencies=USD" -H "accept: application/json"

markflowfarm commented 3 years ago

This sounds good.

mgravitt commented 3 years ago

@sceenius question for joachim