Get trades data

Retrieve historical and real-time trade data for tokens and liquidity pools across supported chains. This endpoint provides detailed transaction information including price, volume, timestamps, and wallet addresses.

Usage Notes

  • Query parameters are passed through to the underlying data provider
  • Results are paginated using offset and limit parameters
  • Default sorting is by timestamp (most recent first)
  • Maximum limit value: 100 records per request
  • Historical data availability varies by chain (typically 30-90 days)
  • Response structure depends on the underlying service and may vary by chain

Accessibility

Tier Access: Free, Starter, Pro, Enterprise

Compute Unit Cost: 1 CU Cost

Chain Supported

  • Solana
  • Ethereum
  • Base
  • BSC

Common Use Cases

  • Display recent trades in trading interfaces
  • Analyze trading patterns and volume for specific tokens
  • Track wallet trading activity and behavior
  • Build trade history and analytics dashboards
  • Monitor liquidity pool activity
  • Identify large trades or whale movements

Best Practices

  • Use poolAddress filter to reduce response size and improve performance
  • Implement pagination to handle large datasets efficiently
  • Cache responses when real-time data is not critical
  • Use wallet parameter to track specific trader activity
  • Combine with candlestick data for comprehensive market analysis
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