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
It came to my attention that the API endpoint "rates-history" can return invalid dates.
I am providing this Example API call which returns a few entries with date {"year":2023,"month":4,"date":31,"hours":0}.
This is a non-existent date (April only has 30 days, yet this result shows April 31)
The text was updated successfully, but these errors were encountered:
It came to my attention that the API endpoint "rates-history" can return invalid dates.
I am providing this Example API call which returns a few entries with date
{"year":2023,"month":4,"date":31,"hours":0}
.This is a non-existent date (April only has 30 days, yet this result shows April 31)
The text was updated successfully, but these errors were encountered: