---
title: "Get trades for a competition"
method: GET
path: "/api/competitions/{competitionId}/trades"
tags: ["Competition"]
---

# Get trades for a competition

`GET /api/competitions/{competitionId}/trades`

Get all trades for a specific competition. Available for paper trading and spot live trading competitions.

## Path parameters

- `competitionId` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Competition trades retrieved successfully

- object
  - `success` boolean — Operation success status
  - `trades` object[] — List of trades in the competition

## Other responses

- `400` — Bad request - Invalid competition ID format or endpoint not available for perpetual futures competitions
- `401` — Unauthorized - Missing or invalid authentication
- `404` — Competition not found
- `500` — Server error

## Changes

- **2025-09-23** `7aef801f8f51` — 1 info
  - added the media type `application/json` for the response with the status `400`
- **2025-08-20** `b32cb6105761` — 1 info
  - endpoint added
- **2025-06-30** `e0d0a475d4b6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/competitions/:competitionId/trades/get.md)

---

[API](https://skmtc.dev/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.dev/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/revisions/7a9f0e664711/schema)
