Skip to main content
GET
Trades by Token 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 Token Address.

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.

token_address
string
default:0xdac17f958d2ee523a2206206994597c13d831ec7
required

Token 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

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 token across all pools

data
object[]
required
meta
object