---
title: "Get trade history"
method: GET
path: "/trade"
tags: ["Trades"]
---

# Get trade history

`GET /trade`

Retrieve individual trades. Limit range: 1-100 (default 50).

## Query parameters

- `poolId` string, required
- `limit` integer
- `nextPageKey` string
- `owner` string
- `minAmount` number
- `maxAmount` number

## Response `200`

Trade history with pagination

---

[API](https://skmtc.net/raydium/apis/api-v1-v2-legacy.md) · [All operations](https://skmtc.net/raydium/apis/api-v1-v2-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raydium/api-v1-v2-legacy/revisions/cca93975de95/schema)
