v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Transactions

Trades - Recent (V3)

Retrieve a list of recent trades.

get/defi/v3/txs/recent

Query parameters

offsetinteger

Make sure offset + limit <= 10000

limitinteger

Number of items per page.

tx_type'swap' | 'add' | 'remove' | 'all'
ownerstring

The address of the wallet.

before_timeinteger

Specify the time seeked before using unix timestamps in seconds

after_timeinteger

Specify the time seeked after using unix timestamps in seconds

before_block_numberinteger

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

after_block_numberinteger

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

ui_amount_mode'raw' | 'scaled'

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

Headers

x-chain'solana' | 'ethereum' | 'arbitrum' | 'avalanche' | 'bsc' | 'optimism' | 'polygon' | 'base' | 'zksync' | 'monad' | 'hyperevm' | 'aptos' | 'fogo' | 'mantle' | 'megaeth' | 'robinhood' | 'sui'

A chain name listed in supported networks.

Response

JSON object containing trades

successboolean required