Starting soon in the API, you will begin to see prices and money represented in 2 different formats: integer cents (legacy) and fixed-point dollars (new).
A fixed-point dollar is a string bearing a fixed-point representation of money accurate to at least 4 decimal points.
Currently the minimum tick size on all markets is still 1 cent.
Additionally, all prices and money fields will continue to be available in the legacy integer cents format.However, in the near future we will be introducing sub-penny pricing on orders. As such, we will eventually the legacy integer cents format.
Therefore, please update systems to parse the new fixed-point dollars fields and prepare for subpenny precision.