/
/blockvision_v2
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • getRetrieve Account Activity
  • getRetrieve Account Coins
  • getRetrieve Account NFTs
  • getRetrieve Account DeFi
  • getRetrieve Coin Detail
  • getRetrieve Coin Holders
  • get/sui/coin/market/pro
  • get/sui/coin/price/list
  • get/sui/coin/ohlcv
  • get/sui/coin/trades
  • get/sui/coin/dex/pools
  • getRetrieve Collection Detail
  • getRetrieve Collection Holders
  • getRetrieve Collection NFT List
  • getRetrieve NFT Activity
  • getRetrieve Account Tokens
  • getRetrieve Account DeFi
  • getRetrieve Account NFTs
  • getRetrieve Account Activity
  • getRetrieve Account Transactions
  • getRetrieve Account Internal Transactions
  • getRetrieve Account Token Activities
  • getRetrieve Account NFT Activities
  • getRetrieve Token Holders
  • getRetrieve Monad Holders
  • getRetrieve Collection Holders
  • get/monad/contract/detail
  • get/monad/verified/contracts
  • getRetrieve Contract Source Code
  • getRetrieve Token Gating
  • getRetrieve Token Detail
  • get/monad/token/price/list
  • get/monad/token/trades
  • get/monad/token/pools
  • get/monad/token/ohlcv
  • get/monad/token/market/data

get/monad/token/trades

Query parameters

contractAddressstring required

a 42 character address with '0x' as prefix. The on-chain address of the token’s smart contract.

typestring

trade type or action descriptor (e.g., "buy,sell").

senderstring

address of the trade sender.

limitinteger

the maximum number of results to return per page. Defaults to 20, maximum is 50.

cursorstring

next page cursor.

Changes