Skip to main content
GET
Trades 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 an absolute date window instead of a relative lookback, consider Trades within Time Range by Pool Address (Analyst & above).
trading_period, cursor and per_page require Analyst plan & above. Without them, the endpoint returns the last 300 trades from the past 24 hours.

SDK Examples

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

trading_period
enum<string>

Lookback period for trades. Default: 1d

Available options:
1d,
7d,
30d
cursor
string

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

per_page
integer

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

Response

200 - application/json

Trades from a pool

data
object[]
required
meta
object