Possible mismatches between API behavior and documentation

I’ve observed two discrepancies between the API documentation and actual API responses. Posting here in case this is either a documentation issue or there’s some boundary behavior I’m not aware of :slight_smile:

  1. currate (number): The rate of the red line at time curday; if there’s a rate change on that day, take the limit from the left.”

In fact: returns the rate that will be relevant after today, so, “from the right” of the timestamp curday. For example:

curval: 1
delta: 0
currate: 3
curday: 1771779600
runits: d
roadall : [....., [1771779600, None, 1], [4102419600, None, 3.0]]
fullroad : None
  1. fullroad (array): Like roadall but with the nulls filled in.”

In fact: returns “None”