I would like to get the number of decimal places for a symbol that can used for Spot trading like in the example below.
The Amount/Quantity is 0.074 which would be 3 decimal places.
I believe in order to get the precision you would use the Lot Size Filter using the StepSize. If that is correct then the json below is taken from the Exchange Info for BNBUSDT. It shows two decimal places for the Step Size but in the Binance UI it can have 3 decimal places? Is it possible the Exchange Info on the TestNet is incorrect?
"lotSizeFilter": {
"minQuantity": 0.01,
"maxQuantity": 9000,
"stepSize": 0.01,
"filterType": 3
}