Depending on whether the beautifier is enabled, some numbers may be strings: https://github.com/tiagosiebler/binance/blob/v2.0.0/beta/src/types/shared.ts#L1-L3 https://github.com/tiagosiebler/binance/blob/09cc8f11c0351ff50bd8e337fe3d5290ec919698/src/util/requestUtils.ts#L38 Would love to conditionally set the type to number or string, depending on the state of that setting. There must be a way...