---
title: "Get list trade"
method: GET
path: "/api/trades"
tags: ["Trades"]
---

# Get list trade

`GET /api/trades`

## Query parameters

- `page` number
- `limit` number
- `userAddress` string
- `pairName` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Server Internal Error

## Changes

- **2026-07-17** `cb66c33d728e` — 1 info
  - endpoint added
- **2020-04-11** `c6588302814b` — 1 breaking
  - api path removed without deprecation
- **2019-09-19** `ac849d5ec8b7` — 1 info
  - endpoint added
- **2019-09-17** `91bac40c77a3` — 1 breaking
  - api path removed without deprecation
- **2019-09-16** `20517d634c63` — 2 info
  - added the new optional `query` request parameter `pairName`
  - added the new optional `query` request parameter `userAddress`

[Full history](https://skmtc.dev/buildonviction/apis/tomoscan-apis/changes/api/trades/get.md)

---

[API](https://skmtc.dev/buildonviction/apis/tomoscan-apis.md) · [All operations](https://skmtc.dev/buildonviction/apis/tomoscan-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/buildonviction/tomoscan-apis/revisions/cb66c33d728e/schema)
