Understand how numerical values are formatted in API responses
Data Type | Decimal Places | Example |
---|---|---|
Prices | 8 | 12345.67890123 |
Quantities | 8 | 1000.50000000 |
Balances | 8 | 9999.99999999 |
Percentages | 4 | 15.2500 |
Rates | 8 | 0.00012345 |
Floating Point Arithmetic
JSON Parsing
Database Storage