---
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

---

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