---
title: "Old Trade Lookup"
method: GET
path: "/api/v3/historicalTrades"
tags: ["Market"]
---

# Old Trade Lookup

`GET /api/v3/historicalTrades`

Get older market trades.

Weight(IP): 10

## Query parameters

- `symbol` string, required
- `limit` integer
- `fromId` integer

## Response `200`

Trade list

- Trade[]
  - `id` integer, required — trade id
  - `price` string, required — price
  - `qty` string, required — amount of base asset
  - `quoteQty` string, required — amount of quote asset
  - `time` integer, required — Trade executed timestamp, as same as `T` in the stream
  - `isBuyerMaker` boolean, required
  - `isBestMatch` boolean, required

## 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 format changed from no format to `int64`
  - for the `query` request parameter `limit`, the format changed from no format to `int32`
  - the response property `code` became required for the status `400`
  - the response property `code` became required for the status `401`
  - …9 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/api/v3/historicalTrades/get.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
