Trades - Token

Retrieve a list of trades of a specified token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Legacy trade list for one token.

  • Pass the token address in address.
  • limit supports 1 to 50 items per request, and offset supports up to 50,000.
  • tx_type defaults to swap and can also be used to inspect liquidity actions such as add and remove.
  • ui_amount_mode controls Solana Token-2022 scaled amounts; on non-Solana chains it is normalized to scaled.
  • Use descending sort when you want the most recent trades first.
Compute Unit ⚙️
  • This endpoint consumes 10 CU per request.
Use Cases 💡
  • View the latest on-chain trades for a specific token.
  • Great for tracking whale activity, token movements, or suspicious patterns.
  • Show the latest on-chain trades for a token on a detail page or monitoring dashboard.
  • Inspect swaps and liquidity actions around launches, pumps, or distribution events.
  • Build compact trade tapes without the heavier V3 filtering model.
  • Join recent trades with price and holder data for quick market context.
How to Use 🛠️
  • Set x-chain for the target network.
  • Pass the token address in address.
  • Page with offset and limit, keeping limit at 50 or below.
  • Use tx_type to focus on swaps or liquidity actions.
Best Practices ✅
  • Use descending sort when the UI is meant to show the newest activity first.
  • Keep pagination windows small on very active tokens so refreshes stay responsive.
  • Move to Trades - Token (V3) when you need owner, source, pool, or block-range filters.

Query Params
string
required

The address of the token 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