January 10, 2023
almost 3 years ago by Nicholas Hu
Release notes for January 17, 2023
Bug fix for total_entries field format
total_entries field formatWith 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
GET requestsWith 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.
