For the complete documentation index, see llms.txt. This page is also available as Markdown.

Address DEX Trades

Get Wallet DEX Trades

post

Get DEX trade history for a wallet address on a specific chain. Each record includes the bought/sold tokens, amounts, symbols, token age, market cap, FDV, and the USD value of the trade.

What it helps to answer:

  1. What DEX trades has this wallet executed on a chain within a date range?

  2. Which tokens are being bought and sold, and at what sizes?

  3. What is the USD value of each trade, and what was the token's market cap and FDV at trade time?

Authorizations
apiKeystringRequired

API key for authentication

Body

Request model for the Profiler DEX Trades endpoint.

addressstringRequired

Trader address

Example: 0x28c6c06298d514db089934071355e5743bf21d60
chainstring · enumRequired

Chain to query

Example: ethereumPossible values:
filtersany ofOptional

Additional filters for the trades

order_byany ofOptional

Sort order for the trades

Responses
200

DEX trade history for the address

application/json
post/api/v1/profiler/dex-trades

Last updated

Was this helpful?