Trades - Recent (V3)

Retrieve a list of recent trades.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
  • Returns latest V3 DEX transactions (swaps) for a given chain.
    • Only includes transactions from the last 24 hours or the most recent ~50,000 blocks, whichever is shorter.
    • Does not support custom time or block range filtering.
    • Parameters:
      • chain: required (e.g. solana, bsc, eth)
      • dex: optional (filter by specific DEX)
      • page, limit: for pagination
    • Results are ordered by descending block_time.
    • Each item includes trade details: tx_hash, block_time, tokens, amounts, and price_usd.
Ideas 💡
  • Track the latest DEX trades for a specific token across all supported DEXes.
    • Ideal for analyzing token activity, trading momentum, or unusual volume spikes.
    • Supports pagination for building continuous trade history views.
    • Great for use in token detail pages, bots, and DeFi monitoring tools.
Query Params
integer
0 to 9999
Defaults to 0

Make sure offset + limit <= 10000

integer
1 to 500
Defaults to 100

Number of items per page.

string
enum
Defaults to swap
Allowed:
string

The address of the wallet.

integer
1 to 10000000000

Specify the time seeked before using unix timestamps in seconds

integer
1 to 10000000000

Specify the time seeked after using unix timestamps in seconds

integer
1 to 9007199254740991

Specify the upper bound of block_number for the filter range, excluding values equal to before_block_number.

integer
1 to 9007199254740991

Specify the lower bound of block_number for the filter range, excluding values equal to after_block_number.

string
enum
Defaults to scaled

Indicate whether to use the scaled amount for scaled ui amount tokens. Only support solana

Allowed:
Headers
string
enum
Defaults to solana

A chain name listed in supported networks.

Responses

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