Skip to main content
GET
Trades within Time Range by Pool Address

Notes

  • Paginate with cursor rather than a page number:
    • Pass meta.next_cursor back unchanged as cursor to fetch the next page.
    • meta.next_cursor is null on the last page.
  • For a relative lookback instead of an absolute window, use Trades by Pool Address with trading_period.
from and to are both required, and the window between them cannot exceed 30 days.
  • Both ends are inclusive.
  • Neither may be later than the current server time.

Authorizations

x-cg-pro-api-key
string
header
required

Learn how to set up your API key

Path Parameters

network
string
default:eth
required

Network ID. *refers to /onchain/networks.

pool_address
string
default:0x06da0fd433c1a5d7a4faa01111c044910a184553
required

Pool contract address.

Query Parameters

trade_volume_in_usd_greater_than
number

Filter trades by trade volume in USD greater than this value. Default value: 0

token
string

Return trades for token, use this to invert the chart. Available values: base, quote, or token address. Default: base

from
string
default:2026-09-01
required

Starting date in ISO date string (YYYY-MM-DD or YYYY-MM-DDTHH:MM) or UNIX timestamp. Use ISO date string for best compatibility.

to
string
default:2026-09-08
required

Ending date in ISO date string (YYYY-MM-DD or YYYY-MM-DDTHH:MM) or UNIX timestamp. Use ISO date string for best compatibility.

cursor
string

Cursor from the previous response, passed back unchanged to fetch the next page.

per_page
integer

Total results per page. Default value: 100 Valid values: 1...300

Response

200 - application/json

Trades from a pool within a time range

data
object[]
required
meta
object