You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
At the 10.11.2022 16:49 the native token price should be $1.14 but the ui shows $1.02
The root of the issue should be that we use date query param in which we send current date (today). Then because there is no daily close price for current date (trading day is not finished) the api responds with last daily close price (yesterday's).
Expected behavior:
Show correct price for native token
Actual behavior:
Shows yesterday's daily close price
Possible solution:
Remove date query param from native token current price query.
The text was updated successfully, but these errors were encountered:
Description:
At the 10.11.2022 16:49 the native token price should be $1.14 but the ui shows $1.02
The root of the issue should be that we use
date
query param in which we send current date (today). Then because there is no daily close price for current date (trading day is not finished) the api responds with last daily close price (yesterday's).Expected behavior:
Show correct price for native token
Actual behavior:
Shows yesterday's daily close price
Possible solution:
Remove
date
query param from native token current price query.The text was updated successfully, but these errors were encountered: