---
title: "GET /trades/perpetualMarket/{ticker}"
method: GET
path: "/trades/perpetualMarket/{ticker}"
---

# GET /trades/perpetualMarket/{ticker}

`GET /trades/perpetualMarket/{ticker}`

## Path parameters

- `ticker` string, required

## Query parameters

- `limit` number, double
- `createdBeforeOrAtHeight` number, double
- `createdBeforeOrAt` string
- `page` number, double

## Response `200`

Ok

- TradeResponse
  - `pageSize` integer
  - `totalResults` integer
  - `offset` integer
  - `trades` TradeResponseObject[], required
    - `id` string, required
    - `side` 'BUY' | 'SELL', required
    - `size` string, required
    - `price` string, required
    - `type` 'LIMIT' | 'LIQUIDATED' | 'DELEVERAGED' | 'TWAP_SUBORDER', required
    - `createdAt` string, required
    - `createdAtHeight` string, required

## Changes

- **2025-08-13** `bb4c0d2cb346` — 1 warning
  - added the new `TWAP_SUBORDER` enum value to the `trades/items/type` response property for the response status `200`
- **2024-05-16** `e85a98abf3da` — 4 info
  - added the new optional `query` request parameter `page`
  - added the optional property `offset` to the response with the `200` status
  - added the optional property `pageSize` to the response with the `200` status
  - added the optional property `totalResults` to the response with the `200` status
- **2024-05-14** `90fd32395633` — 4 warning, 1 info
  - deleted the `query` request parameter `page`
  - removed the optional property `offset` from the response with the `200` status
  - removed the optional property `pageSize` from the response with the `200` status
  - removed the optional property `totalResults` from the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/dydxprotocol/apis/indexer-api/changes/trades/perpetualMarket/:ticker/get.md)

---

[API](https://skmtc.dev/dydxprotocol/apis/indexer-api.md) · [All operations](https://skmtc.dev/dydxprotocol/apis/indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dydxprotocol/indexer-api/revisions/5005547cef75/schema)
