v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Transactions

Trades - Token Filtered By Volume (V3)

Retrieve a list of trades with various filters of a specified token with volume (value).

get/defi/v3/token/txs-by-volume

Query parameters

token_addressstring required

The address of the token contract.

volume_type'usd' | 'amount' required

Volume type value to be filtered

min_volumenumber

Minimum volume value, support up to 3 decimals

max_volumenumber

Maximum volume value, support up to 3 decimals

sort_by'block_unix_time' | 'block_number'
tx_type'swap' | 'buy' | 'sell' | 'add' | 'remove' | 'all'
source'raydium' | 'raydium_clamm' | 'raydium_cp' | 'orca' | 'lifinity' | 'fluxbeam' | 'saber' | 'phoenix' | 'bonkswap' | 'meteora_dlmm' | 'pump_amm' | 'humidifi' | 'bisonfi' | 'solfi_v2' | 'alphaq' | 'aquifer' | 'solfi' | 'whirlpool' | 'goonfi' | 'goonfi_v2' | 'tesserav' | 'jupiterz' | 'vertigo' | 'pump_dot_fun' | 'raydium_launchlab' | 'meteora_virtual_curve' | 'meteora_dynamic_bonding_curve'

Source of the liquidity (AMMs). Only support solana.

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

ui_amount_mode'raw' | 'scaled'

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

sort_type'desc' | 'asc' required

Specify the sort order.

offsetinteger

Make sure offset + limit <= 10000

limitinteger

Number of items per page.

Headers

x-chain'solana'

Solana network only.

Response

JSON object containing transactions of a token

successboolean required