I have a use case that I need to get the first block of a specific date.
The endpoint /blocks returns the correct list but the block I need is in the end of that list so I have to paginate the whole list or search the previous day and search for the next_block. Both cases are sub-optimal.