---
title: "Changes to Old Trade Lookup"
method: GET
path: "/api/v3/historicalTrades"
---

# Changes to Old Trade Lookup

`GET /api/v3/historicalTrades`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 26 revisions.

- **2023-09-02** `6622e0c15100` — 3 info
- **2021-10-25** `a484ce871a72` — 2 breaking, 11 info

## Changes

- **2023-09-02** `6622e0c15100` — 3 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
- **2021-10-25** `a484ce871a72` — 2 breaking, 11 info
  - for the `query` request parameter `fromId`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `limit`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - the response property `code` became required for the status `400`
  - the response property `code` became required for the status `401`
  - the response property `items/id` became required for the status `200`
  - the response property `items/isBestMatch` became required for the status `200`
  - the response property `items/isBuyerMaker` became required for the status `200`
  - the response property `items/price` became required for the status `200`
  - the response property `items/qty` became required for the status `200`
  - the response property `items/quoteQty` became required for the status `200`
  - the response property `items/time` became required for the status `200`
  - the response property `msg` became required for the status `400`
  - the response property `msg` became required for the status `401`

---

[Operation](https://skmtc.dev/binance/apis/binance-public-spot-api/docs/api/v3/historicalTrades/get.md) · [API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [Page](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/api/v3/historicalTrades/get)
