Skip to main content
GET
Trades within Time Range 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 a relative lookback instead of an absolute window, use Trades by Token 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.

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

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 token across all pools within a time range

data
object[]
required
meta
object