Trades by token mint
Authorizations
Path Parameters
Query Parameters
Maximum number of trades to return
1 <= x <= 200Cursor for efficient pagination. Use the nextCursor value from the previous response to fetch the next page.
Inclusive lower bound of the time window, in Unix MILLISECONDS. (Note - ms, unlike OHLC which uses seconds.)
Inclusive upper bound of the time window, in Unix MILLISECONDS.
Sort order by timestamp. Use 'asc' for oldest first, 'desc' for newest first (default)
asc, desc Response
Success. Each data[] item is a mint-scoped Trade (includes the enriched
quote/venue/liquidity block). An invalid address returns HTTP 200 with
{ "error": true, "message": "..." } rather than a 4xx status.
Number of trades returned in this response
Maximum number of trades requested
Cursor to use for fetching the next page of results. Pass this value to the cursor parameter in your next request. Returns null when no more pages are available.
Indicates if there are more records available
Present when filtering by mint
Present when filtering by signer
Sort order used for the query (asc = oldest first, desc = newest first)
asc, desc 