-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, some endpoints return prices as
"current": {
"ae": "0.001615696732425552",
"usd": "0.0000072824298820616905296",
"eur": "0.00000625269788358491347344",
"aud": "0.00001115911646487623574288",
"brl": "0.00003959242223054561218272",
"cad": "0.00001001735205497307091104",
"chf": "0.00000588625786467079827984",
"gbp": "0.00000541424822125999751856",
"xau": "2.14887665412598416e-9"
},It would be better to keep api simple, returning only the price in AE, and to convert it to the selected currency using CoinGecko on the client side. Or is it because the above prices were converted not by the current price, but by the historical price? @ifaouibadi
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels