v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Transactions

Trader - Trades Seek By Time

Retrieve a list of trades of a trader with time bound option.

get/trader/txs/seek_by_time

Query parameters

addressstring required

The address of a trader.

offsetinteger

Pagination start position. offset + limit <= 10000

limitinteger

Number of items per page.

tx_type'swap' | 'add' | 'remove' | 'all'
before_timeinteger

Specify the time seeked before using unix timestamps in seconds

after_timeinteger

Specify the time seeked after using unix timestamps in seconds

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 transactions of a trader

successboolean required