Our API represents all monetary values, including account balances, using floating-point numbers with three decimal places.
What this means
- A balance like 100.000 represents exactly one hundred BRL.
- The third decimal digit allows for more precise operations and better handling of currencies or fees that require sub-cent values.

