---
title: "Latest data"
method: GET
path: "/v1/trades/latest"
tags: ["Trades"]
---

# Latest data

`GET /v1/trades/latest`

Get latest trades executed up to 1 minute ago. Latest data is always returned in time descending order.

## Query parameters

- `filter_symbol_id` string
- `include_id` boolean
- `limit` integer

## Response `200`

successful operation

- V1Trade[]
  - `symbol_id` string, nullable — The symbol identifier.
  - `time_exchange` string, date-time — The time of trade reported by the exchange.
  - `time_coinapi` string, date-time — The time when the trade was received by CoinAPI.
  - `uuid` string, uuid — The unique identifier for the trade.
  - `price` number, double — The price of the transaction.
  - `size` number, double — The base asset amount traded in the transaction. If the value is zero, it indicates that the transaction price is just marking a data point, such as in the index time series.
  - `taker_side` string, nullable — The aggressor side of the transaction (BUY/SELL/BUY_ESTIMATED/SELL_ESTIMATED/UNKNOWN).
  - `id_trade` string, nullable — The trade identifier.
  - `id_order_maker` string, nullable — The order maker identifier.
  - `id_order_taker` string, nullable — The order taker identifier.
  - `user_taker` string, nullable — Wallet address of the taker (aggressive) side. Present only for L4 data sources.
  - `user_maker` string, nullable — Wallet address of the maker (passive) side. Present only for L4 data sources.

---

[API](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api.md) · [All operations](https://skmtc.net/coinapi/apis/coinapi-market-data-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinapi/coinapi-market-data-rest-api/versions/805496271c56/schema)
