January 10, 2023

Release notes for January 17, 2023

Bug fix for total_entries field format

With this change, the response schema from GET requests to the /accounts and /auth_rules endpoints will correctly return the total_entries value as an integer instead of as a string.

Consistent ordering of transactions from GET requests

With this change, transaction objects returned from GET requests to the /transactions endpoint will be sorted in descending order based on the created field of the transaction object (representing when the transaction was first registered in Lithic’s system). Previously, transactions were not always consistently returned in descending chronological order.