---
title: "Trades - Token Filtered By Volume (V3)"
method: GET
path: "/defi/v3/token/txs-by-volume"
tags: ["Transactions"]
---

# Trades - Token Filtered By Volume (V3)

`GET /defi/v3/token/txs-by-volume`

Retrieve a list of trades with various filters of a specified token with volume (value).

## Query parameters

- `token_address` string, required
- `volume_type` 'usd' | 'amount', required
- `min_volume` number
- `max_volume` number
- `sort_by` 'block_unix_time' | 'block_number'
- `tx_type` 'swap' | 'buy' | 'sell' | 'add' | 'remove' | 'all'
- `source` 'raydium' | 'raydium_clamm' | 'raydium_cp' | 'orca' | 'lifinity' | 'fluxbeam' | 'saber' | 'phoenix' | 'bonkswap' | 'meteora_dlmm' | 'pump_amm' | 'humidifi' | 'bisonfi' | 'solfi_v2' | 'alphaq' | 'aquifer' | 'solfi' | 'whirlpool' | 'goonfi' | 'goonfi_v2' | 'tesserav' | 'jupiterz' | 'vertigo' | 'pump_dot_fun' | 'raydium_launchlab' | 'meteora_virtual_curve' | 'meteora_dynamic_bonding_curve'
- `owner` string
- `before_time` integer
- `after_time` integer
- `ui_amount_mode` 'raw' | 'scaled'
- `sort_type` 'desc' | 'asc', required
- `offset` integer
- `limit` integer

## Headers

- `x-chain` 'solana'

## Response `200`

JSON object containing transactions of a token

- TraversableArrayOfObjectResponseType
  - `success` boolean, required
  - `data` object, required
    - `items` object[], required
    - `hasNext` boolean, required

## 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/revisions/fcaba926a089/schema)
