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
Hey @futureshape. At the moment the transactions returned from /transactions are loosely k-sorted, as they are sorted by ID which increments based on the time, however this isn't guaranteed to be sorted by wall clock time due to clock skew. I'll update the docs, and see if we can sort them in the response by the time returned in the created field too.
API doc should clarify if
/transactions
always returns a list of transactions sorted in chronological order, or if the order is not guaranteedThe text was updated successfully, but these errors were encountered: