---
title: "Past 24 Hour Trades by Pool Address"
method: GET
path: "/onchain/networks/{network}/pools/{pool_address}/trades"
---

# Past 24 Hour Trades by Pool Address

`GET /onchain/networks/{network}/pools/{pool_address}/trades`

To query the last 300 trades in the past 24 hours based on the provided pool address

## Path parameters

- `network` string, required
- `pool_address` string, required

## Query parameters

- `trade_volume_in_usd_greater_than` number
- `token` string

## Response `200`

Last 300 trades in past 24 hours from a pool

- Trades
  - `data` object[], required
    - `id` string, required — Trade identifier
    - `type` string, required — Resource type
    - `attributes` object, required
      - `block_number` integer, required — Block number of the trade
      - `tx_hash` string, required — Transaction hash
      - `tx_from_address` string, required — Transaction sender address
      - `from_token_amount` string, required — Amount of token sent
      - `to_token_amount` string, required — Amount of token received
      - `price_from_in_currency_token` string, required — Price of from-token in currency token
      - `price_to_in_currency_token` string, required — Price of to-token in currency token
      - `price_from_in_usd` string, required — Price of from-token in USD
      - `price_to_in_usd` string, required — Price of to-token in USD
      - `block_timestamp` string, required — Block timestamp
      - `kind` string, required — Trade kind (buy or sell)
      - `volume_in_usd` string, required — Trade volume in USD
      - `from_token_address` string, required — From-token contract address
      - `to_token_address` string, required — To-token contract address

## Changes

- **2026-05-28** `11cc9e00fd86` — 1 breaking, 19 info
  - for the `query` request parameter `token`, default value `base` was removed
  - api tag `Trades` removed
  - the response property `data` became required for the status `200`
  - the response property `data/items/attributes` became required for the status `200`
  - …16 more
- **2025-09-22** `91c83447321b` — 1 breaking
  - for the `query` request parameter `token`, default value `base` was added

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/onchain/networks/:network/pools/:pool_address/trades/get.md)

---

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