Get trades data

Return trade records for a pool on the selected chain.

  • chain and poolAddress are required.
  • Use offset and limit for pagination; limit defaults to 20 and cannot exceed 100.
  • Use wallet to filter by trader address.
  • orderBy defaults to newest trades first (timestamp desc).

The response is supplied by the configured market-data provider, so only consume fields documented in the response schema.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Blockchain network identifier (e.g., "sol", "eth", "bsc").
If not specified, defaults to the primary supported chain.

string

Liquidity pool contract address to filter trades.
Use checksum address format for EVM chains.

integer
≥ 0
Defaults to 0

Number of records to skip for pagination (zero-indexed).
Use with limit to paginate through large result sets.

integer
1 to 100
Defaults to 20

Maximum number of trade records to return in a single request.
Valid range: 1-100. Defaults to 20 if not specified.

string
Defaults to timestamp desc

Sorting criteria for results. Common formats:

  • "timestamp desc" (most recent first)
  • "timestamp asc" (oldest first)
  • "volume desc" (highest volume first)
string

Filter trades by specific wallet address.
Returns only trades where this wallet was the buyer or seller.
Use checksum address format for EVM chains.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json