---
title: "Trader - Gainers/Losers"
method: GET
path: "/trader/gainers-losers"
tags: ["Wallet, Networth & PnL"]
---

# Trader - Gainers/Losers

`GET /trader/gainers-losers`

Retrieve detailed information about top gainers/losers

## Query parameters

- `type` 'yesterday' | 'today' | '1W' | '30d' | '90d', required
- `sort_by` 'PnL' | 'realized_pnl' | 'unrealized_pnl', required
- `sort_type` 'desc' | 'asc', required
- `offset` integer
- `limit` integer

## Headers

- `x-chain` 'solana' | 'ethereum' | 'arbitrum' | 'avalanche' | 'bsc' | 'optimism' | 'polygon' | 'base' | 'zksync' | 'monad' | 'hyperevm' | 'aptos' | 'fogo' | 'mantle' | 'megaeth' | 'robinhood' | 'sui'

## Response `200`

JSON object containing a list of top gainer loser traders

- TraderGainerLoserResponse
  - `success` boolean, required
  - `data` object, required
    - `items` object[]
      - `network` string
      - `address` string
      - `pnl` number
      - `volume` number
      - `trade_count` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. API key is missing or invalid
- `403` — Forbidden. Request is blacklisted or not whitelisted
- `429` — Too Many Requests. Rate limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/birdeye/apis/birdeye-data-api.md) · [All operations](https://skmtc.net/birdeye/apis/birdeye-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/birdeye/birdeye-data-api/versions/fcaba926a089/schema)
