DEX trades

Returns recent DEX trades filtered by token address, pool address, or signer (wallet).

Exactly one filter is required: token, pool, or signer.

When filtering by token, the API resolves all known liquidity pools for that token and returns trades across all of them.

Results are paginated using an opaque cursor. Pass the next_cursor value from the previous response as the cursor query parameter to fetch the next page.

Supported networks: Solana (sol).

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

Network ID. Currently only Solana (sol) is supported.

Allowed:
Query Params

Token mint address. Returns trades across all pools that include this token.

Pool / pair address. Returns trades on this specific liquidity pool.

Wallet address of the trade signer. Returns all trades executed by this wallet.

Sort direction by trade timestamp. desc (default, newest first) or asc (oldest first).

integer
1 to 200
Defaults to 50

Number of trades to return per page (1-200).

Opaque pagination cursor from a previous response's next_cursor.

Responses

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