API reference for GET /api/v1/onchain-trades/by-event/
API key for authentication. Contact hello@dflow.net to obtain an API key.
Event ticker
Maximum number of trades to return (1-250, default 100)
x >= 0Pagination cursor (trade ID) to start from
Filter by wallet address
Sort by column: "createdAt" (default), "inputAmount", or "outputAmount"
Sort direction: "desc" (default) or "asc"
Minimum trade amount in raw token units (6 decimals). Matches if input_amount or output_amount >= this value.
Maximum trade amount in raw token units (6 decimals). Matches if input_amount or output_amount <= this value.