Added
- New endpoint for Market:
- `GET /api/v3/uiKlines`
- New kline interval: `1s`
Changed
- Changes to `GET /api/v3/ticker` and `GET /api/v3/ticker/24hr`
- New optional parameter type added
- Supported values for parameter type are `FULL` and `MINI`
- `FULL` is the default value and the response that is currently being returned from the endpoint
- `MINI` omits the following fields from the response: `priceChangePercent`, `weightedAvgPrice`, `bidPrice`, `bidQty`, `askPrice`, `askQty`, and `lastQty`