Trades - Pair

Retrieve a list of trades of a specified pair.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
  • offset + limit must be ≤ 50,000
    • Use offset in combination with limit to paginate through results
    • Use sort_type=desc to get the most recent transactions first
    • Keep limit low for faster response times
    • Can use tx_type = add or remove to inspect liquidity actions
Ideas 💡
  • View the latest on-chain trades for a specific token.
    • Great for tracking whale activity, token movements, or suspicious patterns.
    • Use in dashboards to show recent token trade activity in real time.
    • Combine with token price and liquidity data for deeper market insights.
Query Params
string
required

The address of a pair contract

integer
0 to 9999
Defaults to 0

Make sure offset + limit <= 10000

integer
1 to 50
Defaults to 50

Number of items per page.

string
enum
Defaults to swap
Allowed:
string
enum
required
Defaults to desc

Specify the sort order.

Allowed:
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