---
title: "Get top trades"
method: GET
path: "/api/v1/market-data/leaderboard/top-trades"
tags: ["get-top-trades"]
---

# Get top trades

`GET /api/v1/market-data/leaderboard/top-trades`

Returns the highest-PnL individual trades globally, ranked by realised profit. Useful for showcasing notable trades and the most profitable positions closed across all markets.

## Query parameters

- `period` '1d' | '7d' | '30d' | 'all'
- `limit` integer
- `offset` integer

## Response `200`

OK

- FtMarketServiceV2PkgApiPaginatedResponseInternalHandlerTopTradeEntry
  - `data` InternalHandlerTopTradeEntry[]
    - `avgPrice` number
    - `deltaCollateral` number
    - `deltaQuantity` number
    - `eventType` string
    - `outcomeImage` string
    - `outcomeName` string
    - `pnl` number
    - `pnlPct` number
    - `questionImage` string
    - `questionTitle` string
    - `rank` integer
    - `resolvedAt` integer
    - `walletAddress` string
  - `pagination` FtMarketServiceV2PkgApiPagination
    - `hasMore` boolean
    - `totalResults` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/42/apis/fortytwo-read-api.md) · [All operations](https://skmtc.net/42/apis/fortytwo-read-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/42/fortytwo-read-api/revisions/660740bda403/schema)
